Skip to content

Commit 1c50689

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.12.0](psf/black-pre-commit-mirror@25.9.0...25.12.0) - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/asottile/setup-cfg-fmt: v2.8.0 → v3.2.0](asottile/setup-cfg-fmt@v2.8.0...v3.2.0)
1 parent a426fd4 commit 1c50689

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.9.0
3+
rev: 25.12.0
44
hooks:
55
- id: black
66
- id: black-jupyter
@@ -15,7 +15,7 @@ repos:
1515
exclude: '.*\.ipynb'
1616
- id: trailing-whitespace
1717
- repo: https://github.com/pycqa/isort
18-
rev: 6.1.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: isort
2121
name: isort (python)
@@ -33,7 +33,7 @@ repos:
3333
- id: flake8
3434
additional_dependencies: ["flake8-bugbear"]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.18.2"
36+
rev: "v1.19.1"
3737
hooks:
3838
- id: mypy
3939
additional_dependencies:
@@ -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.20.0
53+
rev: v3.21.2
5454
hooks:
5555
- id: pyupgrade
5656
args: ["--py37-plus"]
5757
- repo: https://github.com/asottile/setup-cfg-fmt
58-
rev: "v2.8.0"
58+
rev: "v3.2.0"
5959
hooks:
6060
- id: setup-cfg-fmt
6161
args: [--include-version-classifiers, --max-py-version=3.10]

0 commit comments

Comments
 (0)