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 ff31c09 commit 4a05abdCopy full SHA for 4a05abd
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: end-of-file-fixer
29
- id: trailing-whitespace
30
- repo: https://github.com/python-poetry/poetry
31
- rev: 2.2.0
+ rev: 2.2.1
32
hooks:
33
- id: poetry-check
34
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -46,7 +46,7 @@ repos:
46
47
- id: isort
48
- repo: https://github.com/psf/black
49
- rev: 25.1.0
+ rev: 25.9.0
50
51
- id: black
52
- repo: https://github.com/codespell-project/codespell
@@ -58,7 +58,7 @@ repos:
58
59
- id: flake8
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.18.1
+ rev: v1.18.2
62
63
- id: mypy
64
additional_dependencies: []
0 commit comments