We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 315b0e5 + eb22864 commit 6162853Copy full SHA for 6162853
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.12'
+ rev: 'v0.12.2'
6
hooks:
7
- id: ruff
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,12 +13,12 @@ repos:
13
- id: check-yaml
14
args: [--unsafe]
15
- repo: https://github.com/PyCQA/bandit
16
- rev: '1.8.3' # Update me!
+ rev: '1.8.6' # Update me!
17
18
- id: bandit
19
args: [--ini, .bandit]
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: 'v1.16.0' # Use the sha / tag you want to point at
+ rev: 'v1.16.1' # Use the sha / tag you want to point at
22
23
- id: mypy
24
additional_dependencies:
0 commit comments