Skip to content

Commit

Permalink
Merge pull request #894 from CoffeaTeam/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
ci(pre-commit): pre-commit autoupdate
  • Loading branch information
lgray committed Sep 16, 2023
2 parents 61d6326 + 5ee1115 commit 889499e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand All @@ -37,7 +37,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.9.0
rev: v3.10.1
hooks:
- id: pyupgrade
args: ["--py38-plus"]
Expand All @@ -48,7 +48,7 @@ repos:
- id: setup-cfg-fmt

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: coffea/processor/templates
Expand Down
1 change: 0 additions & 1 deletion src/coffea/nanoevents/schemas/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ class BaseSchema:
"""

__dask_capable__ = True
behavior = {}

def __init__(self, base_form, *args, **kwargs):
params = dict(base_form.get("parameters", {}))
Expand Down

0 comments on commit 889499e

Please sign in to comment.