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 acd9f3c commit 8f763c0Copy full SHA for 8f763c0
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
18
# ruff - linting + formatting
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: "v0.12.1"
+ rev: "v0.12.7"
21
hooks:
22
- id: ruff
23
name: ruff
@@ -26,7 +26,7 @@ repos:
26
27
# mypy - lint-like type checking
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.16.1
+ rev: v1.17.0
30
31
- id: mypy
32
name: mypy
@@ -61,7 +61,7 @@ repos:
61
62
# bandit - find common security issues
63
- repo: https://github.com/pycqa/bandit
64
- rev: 1.8.5
+ rev: 1.8.6
65
66
- id: bandit
67
name: bandit
0 commit comments