Skip to content

Commit 3ba2a88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.3.0 → 25.1.0](psf/black@24.3.0...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/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.15.0](pre-commit/mirrors-mypy@v1.9.0...v1.15.0)
1 parent 1104b4c commit 3ba2a88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 24.3.0
5+
rev: 25.1.0
66
hooks:
77
- id: black
88
types: []
99
files: ^.*.pyi?$
1010
exclude: ^doc/
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: no-commit-to-branch
1515
- id: trailing-whitespace
@@ -25,17 +25,17 @@ repos:
2525
- id: pretty-format-json
2626
args: [--autofix]
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 7.0.0
28+
rev: 7.1.1
2929
hooks:
3030
- id: flake8
3131
exclude: ^setup.py$
3232
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-logging-format, flake8-builtins, flake8-eradicate, flake8-fixme, pep8-naming, flake8-pep3101, flake8-annotations-complexity,flake8-pyi]
3333
- repo: https://github.com/PyCQA/isort
34-
rev: 5.13.2
34+
rev: 6.0.0
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.9.0
38+
rev: v1.15.0
3939
hooks:
4040
- id: mypy
4141
exclude: (setup.py|tests/.*.py|doc/.*)

0 commit comments

Comments
 (0)