We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 829cddd + b33918c commit e2f32e0Copy full SHA for e2f32e0
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.12.11'
+ rev: 'v0.13.3'
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.17.1' # Use the sha / tag you want to point at
+ rev: 'v1.18.2' # Use the sha / tag you want to point at
22
23
- id: mypy
24
additional_dependencies:
@@ -32,7 +32,7 @@ repos:
32
- pytest
33
args: [ --warn-unused-configs ]
34
- repo: https://github.com/pycqa/isort
35
- rev: 6.0.1
+ rev: 6.1.0
36
37
- id: isort
38
language_version: python3
0 commit comments