Skip to content

Commit 854c93f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.3.0](PyCQA/flake8@7.0.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.16.1](pre-commit/mirrors-mypy@v1.10.0...v1.16.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/asottile/pyupgrade: v3.15.2 → v3.20.0](asottile/pyupgrade@v3.15.2...v3.20.0) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0)
1 parent 86646b9 commit 854c93f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.4.2
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
- id: black-jupyter
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
exclude: '.*\.ipynb'
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pycqa/isort
18-
rev: 5.13.2
18+
rev: 6.0.1
1919
hooks:
2020
- id: isort
2121
name: isort (python)
@@ -28,18 +28,18 @@ repos:
2828
"--append-only",
2929
]
3030
- repo: https://github.com/PyCQA/flake8
31-
rev: "7.0.0"
31+
rev: "7.3.0"
3232
hooks:
3333
- id: flake8
3434
additional_dependencies: ["flake8-bugbear"]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.10.0"
36+
rev: "v1.16.1"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
4040
- types-python-dateutil
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: "v2.2.6"
42+
rev: "v2.4.1"
4343
hooks:
4444
- id: codespell
4545
args: ["-I", "codespell.txt"]
@@ -50,12 +50,12 @@ repos:
5050
# - id: nbstripout
5151
# args: ["--extra-keys", "cell.metadata.pycharm"]
5252
- repo: https://github.com/asottile/pyupgrade
53-
rev: v3.15.2
53+
rev: v3.20.0
5454
hooks:
5555
- id: pyupgrade
5656
args: ["--py37-plus"]
5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: "v2.5.0"
58+
rev: "v2.8.0"
5959
hooks:
6060
- id: setup-cfg-fmt
6161
args: [--include-version-classifiers, --max-py-version=3.10]

0 commit comments

Comments
 (0)