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 e7f35fc commit 95256c4Copy full SHA for 95256c4
.pre-commit-config.yaml
@@ -24,13 +24,13 @@ repos:
24
- tomli
25
26
- repo: https://github.com/pycqa/isort
27
- rev: 6.0.1
+ rev: 7.0.0
28
hooks:
29
- id: isort
30
args: [--profile, black]
31
32
- repo: https://github.com/psf/black-pre-commit-mirror
33
- rev: 25.1.0
+ rev: 25.11.0
34
35
- id: black
36
@@ -52,7 +52,7 @@ repos:
52
- id: flake8
53
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: v1.17.1
+ rev: v1.18.2
56
57
- id: mypy
58
additional_dependencies: [types-PyYAML, types-Jinja2, types-click]
0 commit comments