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 7878802 commit d1ef824Copy full SHA for d1ef824
.pre-commit-config.yaml
@@ -19,15 +19,15 @@ repos:
19
hooks:
20
- id: isort
21
- repo: https://github.com/PyCQA/flake8
22
- rev: 7.2.0
+ rev: 7.3.0
23
24
- id: flake8
25
- repo: https://github.com/pylint-dev/pylint
26
rev: v3.3.7
27
28
- id: pylint
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.16.0
+ rev: v1.16.1
31
32
- id: mypy
33
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
36
'pydantic>=2.5.3',
37
]
38
- repo: https://github.com/PyCQA/bandit
39
- rev: 1.8.3
+ rev: 1.8.6
40
41
- id: bandit
42
args: [
0 commit comments