We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c499af0 commit 91fcbbaCopy full SHA for 91fcbba
.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.8.1'
+ rev: 'v0.8.6'
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.13.0' # Use the sha / tag you want to point at
+ rev: 'v1.14.1' # Use the sha / tag you want to point at
22
23
- id: mypy
24
additional_dependencies:
0 commit comments