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 e309668 + 4b3c36e commit fd433b1Copy full SHA for fd433b1
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ fail_fast: false
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
# Ruff version.
6
- rev: 'v0.12.2'
+ rev: 'v0.12.7'
7
hooks:
8
- id: ruff
9
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,7 +20,7 @@ repos:
20
- id: bandit
21
args: [--ini, .bandit]
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: 'v1.16.1' # Use the sha / tag you want to point at
+ rev: 'v1.17.1' # Use the sha / tag you want to point at
24
25
- id: mypy
26
additional_dependencies:
0 commit comments