We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f326aa9 + c6a4d0d commit 5e5bc9cCopy full SHA for 5e5bc9c
1 file changed
.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.15.4'
+ rev: 'v0.15.9'
7
hooks:
8
- id: ruff-check
9
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -19,7 +19,7 @@ repos:
19
- id: bandit
20
args: [--ini, .bandit]
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: 'v1.19.1' # Use the sha / tag you want to point at
+ rev: 'v1.20.0' # Use the sha / tag you want to point at
23
24
- id: mypy
25
additional_dependencies:
0 commit comments