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 f394fce commit 862c59aCopy full SHA for 862c59a
.pre-commit-config.yaml
@@ -23,21 +23,21 @@ repos:
23
- id: mixed-line-ending
24
25
- repo: https://github.com/PyCQA/bandit
26
- rev: '1.8.5'
+ rev: '1.8.6'
27
hooks:
28
- id: bandit
29
args: ["-c", "pyproject.toml"]
30
additional_dependencies: ["bandit[toml]"]
31
32
- repo: https://github.com/astral-sh/ruff-pre-commit
33
- rev: v0.12.1
+ rev: v0.12.5
34
35
- id: ruff
36
args: [--fix, --exit-non-zero-on-fix]
37
- id: ruff-format
38
types_or: [ python, pyi, jupyter]
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: 'v1.16.1'
+ rev: 'v1.17.0'
42
43
- id: mypy
0 commit comments