We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e759d commit 3fec9b9Copy full SHA for 3fec9b9
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: end-of-file-fixer
15
- id: trailing-whitespace
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: 2.1.4
+ rev: 2.2.1
18
hooks:
19
- id: pyproject-fmt
20
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -53,7 +53,7 @@ repos:
53
- id: isort
54
name: isort (python)
55
- repo: https://github.com/PyCQA/flake8
56
- rev: 7.1.0
+ rev: 7.1.1
57
58
- id: flake8
59
additional_dependencies:
@@ -62,7 +62,7 @@ repos:
62
- flake8-logging
63
- flake8-tidy-imports
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.11.0
+ rev: v1.11.1
66
67
- id: mypy
68
0 commit comments