We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 495c57f + 76caac0 commit ddc03ecCopy full SHA for ddc03ec
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: '^$'
2
fail_fast: false
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: 'v0.6.9'
+ rev: 'v0.7.2'
6
hooks:
7
- id: ruff
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
18
- id: bandit
19
args: [--ini, .bandit]
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: 'v1.11.2' # Use the sha / tag you want to point at
+ rev: 'v1.13.0' # Use the sha / tag you want to point at
22
23
- id: mypy
24
additional_dependencies:
0 commit comments