Skip to content

Commit b35b14e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.0](PyCQA/autoflake@v2.2.1...v2.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
1 parent cea046b commit b35b14e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: nbqa-black
1515
- id: nbqa-isort
1616
- repo: https://github.com/psf/black
17-
rev: 23.12.1
17+
rev: 24.2.0
1818
hooks:
1919
- id: black
2020
exclude: .*.zarr/
@@ -58,7 +58,7 @@ repos:
5858
- id: check-case-conflict
5959
exclude: .*.zarr/
6060
- repo: https://github.com/PyCQA/autoflake
61-
rev: v2.2.1
61+
rev: v2.3.0
6262
hooks:
6363
- id: autoflake
6464
args:
@@ -78,7 +78,7 @@ repos:
7878
- flake8-bugbear
7979
- flake8-blind-except
8080
- repo: https://github.com/asottile/pyupgrade
81-
rev: v3.15.0
81+
rev: v3.15.1
8282
hooks:
8383
- id: pyupgrade
8484
args: [--py3-plus, --py38-plus, --keep-runtime-typing]

0 commit comments

Comments
 (0)