We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0cdf1f + a1338c4 commit 515a6f3Copy full SHA for 515a6f3
1 file changed
.pre-commit-config.yaml
@@ -7,14 +7,14 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/nbQA-dev/nbQA
10
- rev: 1.7.1
+ rev: 1.8.4
11
hooks:
12
- id: nbqa-pyupgrade
13
args: [--py38-plus]
14
- id: nbqa-black
15
- id: nbqa-isort
16
- repo: https://github.com/psf/black
17
- rev: 23.12.1
+ rev: 24.3.0
18
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.1
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