Skip to content

Commit 7b6514b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 24.3.0](psf/black@22.8.0...24.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/mirrors-mypy: v0.981 → v1.9.0](pre-commit/mirrors-mypy@v0.981...v1.9.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0)
1 parent 802dff2 commit 7b6514b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
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: 22.8.0
5+
rev: 24.3.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.3.0
12+
rev: v4.5.0
1313
hooks:
1414
- id: no-commit-to-branch
1515
- id: trailing-whitespace
@@ -25,24 +25,24 @@ repos:
2525
- id: pretty-format-json
2626
args: [--autofix]
2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 5.0.4
28+
rev: 7.0.0
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.12.0
34+
rev: 5.13.2
3535
hooks:
3636
- id: isort
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.981
38+
rev: v1.9.0
3939
hooks:
4040
- id: mypy
4141
exclude: (setup.py|tests/.*.py|doc/.*)
4242
types: []
4343
files: ^.*.pyi?$
4444
additional_dependencies: [lxml-stubs,types-docutils]
4545
- repo: https://github.com/pre-commit/pygrep-hooks
46-
rev: v1.9.0
46+
rev: v1.10.0
4747
hooks:
4848
- id: rst-backticks

0 commit comments

Comments
 (0)