We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6aea5 commit 81b083eCopy full SHA for 81b083e
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: end-of-file-fixer
18
- id: trailing-whitespace
19
- repo: https://github.com/tox-dev/pyproject-fmt
20
- rev: v2.5.0
+ rev: v2.5.1
21
hooks:
22
- id: pyproject-fmt
23
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -46,12 +46,12 @@ repos:
46
additional_dependencies:
47
- black==25.1.0
48
- repo: https://github.com/pycqa/isort
49
- rev: 6.0.0
+ rev: 6.0.1
50
51
- id: isort
52
name: isort (python)
53
- repo: https://github.com/PyCQA/flake8
54
- rev: 7.1.1
+ rev: 7.1.2
55
56
- id: flake8
57
@@ -60,7 +60,7 @@ repos:
60
- flake8-logging
61
- flake8-tidy-imports
62
- repo: https://github.com/pre-commit/mirrors-mypy
63
- rev: v1.14.1
+ rev: v1.15.0
64
65
- id: mypy
66
0 commit comments