We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea046b commit b35b14eCopy full SHA for b35b14e
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: nbqa-black
15
- id: nbqa-isort
16
- repo: https://github.com/psf/black
17
- rev: 23.12.1
+ rev: 24.2.0
18
hooks:
19
- id: black
20
exclude: .*.zarr/
@@ -58,7 +58,7 @@ repos:
58
- id: check-case-conflict
59
60
- repo: https://github.com/PyCQA/autoflake
61
- rev: v2.2.1
+ rev: v2.3.0
62
63
- id: autoflake
64
args:
@@ -78,7 +78,7 @@ repos:
78
- flake8-bugbear
79
- flake8-blind-except
80
- repo: https://github.com/asottile/pyupgrade
81
- rev: v3.15.0
+ rev: v3.15.1
82
83
- id: pyupgrade
84
args: [--py3-plus, --py38-plus, --keep-runtime-typing]
0 commit comments