We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef70d31 commit 6a949b1Copy full SHA for 6a949b1
.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.6'
+ rev: 'v0.9.4'
6
hooks:
7
- id: ruff
8
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -13,7 +13,7 @@ repos:
13
- id: check-yaml
14
args: [--unsafe]
15
- repo: https://github.com/PyCQA/bandit
16
- rev: '1.8.0' # Update me!
+ rev: '1.8.2' # Update me!
17
18
- id: bandit
19
args: [--ini, .bandit]
@@ -32,7 +32,7 @@ repos:
32
- pytest
33
args: [ --warn-unused-configs ]
34
- repo: https://github.com/pycqa/isort
35
- rev: 5.13.2
+ rev: 6.0.0
36
37
- id: isort
38
language_version: python3
0 commit comments