Skip to content

Commit dd4d88d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [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/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/numpy/numpydoc: v1.9.0 → v1.10.0](numpy/numpydoc@v1.9.0...v1.10.0)
1 parent d3c318f commit dd4d88d

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
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/asottile/pyupgrade
6-
rev: v3.20.0
6+
rev: v3.21.2
77
hooks:
88
- id: pyupgrade
99
args: [ '--py39-plus' ]
@@ -15,12 +15,12 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/psf/black-pre-commit-mirror
18-
rev: 25.9.0
18+
rev: 25.12.0
1919
hooks:
2020
- id: black
2121
args: [ '--target-version=py39' ]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.1.0
23+
rev: 7.0.0
2424
hooks:
2525
- id: isort
2626
args: [ '--profile=black' ]
@@ -30,7 +30,7 @@ repos:
3030
- id: flake8
3131
args: [ '--config=setup.cfg' ]
3232
- repo: https://github.com/kynan/nbstripout
33-
rev: 0.8.1
33+
rev: 0.8.2
3434
hooks:
3535
- id: nbstripout
3636
files: '.ipynb'
@@ -47,7 +47,7 @@ repos:
4747
args: [ '--profile=black' ]
4848
additional_dependencies: [ 'isort==6.0.1' ]
4949
- repo: https://github.com/numpy/numpydoc
50-
rev: v1.9.0
50+
rev: v1.10.0
5151
hooks:
5252
- id: numpydoc-validation
5353
- repo: meta

0 commit comments

Comments
 (0)