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.
2 parents 046991d + 16a61f6 commit 25ec1c1Copy full SHA for 25ec1c1
.pre-commit-config.yaml
@@ -1,8 +1,8 @@
1
exclude: '^$'
2
fail_fast: false
3
repos:
4
- - repo: https://github.com/psf/black
5
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
6
hooks:
7
- id: black
8
language_version: python3
@@ -28,7 +28,7 @@ repos:
28
- id: bandit
29
args: [--ini, .bandit]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: 'v1.17.1' # Use the sha / tag you want to point at
+ rev: 'v1.18.2' # Use the sha / tag you want to point at
32
33
- id: mypy
34
additional_dependencies:
@@ -37,7 +37,7 @@ repos:
37
- types-PyYAML
38
- types-requests
39
- repo: https://github.com/pycqa/isort
40
- rev: 6.0.1
+ rev: 6.1.0
41
42
- id: isort
43
0 commit comments