Skip to content

Commit fd3f094

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/pre-commit: v4.2.0 → v4.3.0](pre-commit/pre-commit@v4.2.0...v4.3.0) - [github.com/hauntsaninja/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/pylint: v3.3.7 → v3.3.9](pylint-dev/pylint@v3.3.7...v3.3.9) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.18.2](pre-commit/mirrors-mypy@v1.16.0...v1.18.2)
1 parent 724a89a commit fd3f094

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: end-of-file-fixer
66
exclude: ^tests/data/
77
- id: requirements-txt-fixer
88
- id: trailing-whitespace
99
- id: debug-statements
1010
- repo: https://github.com/pre-commit/pre-commit
11-
rev: v4.2.0
11+
rev: v4.3.0
1212
hooks:
1313
- id: validate_manifest
1414
- repo: https://github.com/hauntsaninja/black-pre-commit-mirror
1515
# black compiled with mypyc
16-
rev: 25.1.0
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/pylint
20-
rev: v3.3.7
20+
rev: v3.3.9
2121
hooks:
2222
- id: pylint
2323
files: ^(nbqa|tests)/
2424
exclude: ^tests/data/
2525
- repo: https://github.com/PyCQA/flake8
26-
rev: 7.2.0
26+
rev: 7.3.0
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: 6.0.1
32+
rev: 6.1.0
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.16.0
41+
rev: v1.18.2
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/

0 commit comments

Comments
 (0)