Skip to content

Commit fd02d18

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit: v4.1.0 → v4.2.0](pre-commit/pre-commit@v4.1.0...v4.2.0) - [github.com/hauntsaninja/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/PyCQA/pylint: v3.3.3 → v3.3.6](pylint-dev/pylint@v3.3.3...v3.3.6) - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent 8833813 commit fd02d18

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ repos:
88
- id: trailing-whitespace
99
- id: debug-statements
1010
- repo: https://github.com/pre-commit/pre-commit
11-
rev: v4.1.0
11+
rev: v4.2.0
1212
hooks:
1313
- id: validate_manifest
1414
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
1515
# black compiled with mypyc
16-
rev: 24.10.0
16+
rev: 25.1.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/pylint
20-
rev: v3.3.3
20+
rev: v3.3.6
2121
hooks:
2222
- id: pylint
2323
files: ^(nbqa|tests)/
2424
exclude: ^tests/data/
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.1.1
26+
rev: 7.1.2
2727
hooks:
2828
- id: flake8
2929
additional_dependencies: [flake8-typing-imports==1.14.0]
3030
exclude: tests/data
3131
- repo: https://github.com/PyCQA/isort
32-
rev: 5.13.2
32+
rev: 6.0.1
3333
hooks:
3434
- id: isort
3535
- repo: https://github.com/PyCQA/pydocstyle
@@ -38,7 +38,7 @@ repos:
3838
- id: pydocstyle
3939
files: ^nbqa/
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.14.1
41+
rev: v1.15.0
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/
@@ -53,7 +53,7 @@ repos:
5353
hooks:
5454
- id: auto-walrus
5555
- repo: https://github.com/codespell-project/codespell
56-
rev: v2.3.0
56+
rev: v2.4.1
5757
hooks:
5858
- id: codespell
5959
files: \.(py|rst|md)$

0 commit comments

Comments
 (0)