We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47f3fae + e9946d6 commit fb892d1Copy full SHA for fb892d1
1 file changed
.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.11.8'
+ rev: 'v0.11.12'
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.15.0' # Use the sha / tag you want to point at
+ rev: 'v1.16.0' # Use the sha / tag you want to point at
22
23
- id: mypy
24
additional_dependencies:
0 commit comments