We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96bf1f3 + ce4e790 commit 3887db6Copy full SHA for 3887db6
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ exclude: '^$'
2
fail_fast: false
3
repos:
4
- repo: https://github.com/astral-sh/ruff-pre-commit
5
- rev: 'v0.1.9'
+ rev: 'v0.2.0'
6
hooks:
7
- id: ruff
8
# once https://github.com/astral-sh/ruff/issues/2402 is fully resolved then we can get rid of flake8:
9
- repo: https://github.com/pycqa/flake8
10
- rev: 6.1.0
+ rev: 7.0.0
11
12
- id: flake8
13
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
18
- id: check-yaml
19
args: [--unsafe]
20
- repo: https://github.com/PyCQA/bandit
21
- rev: '1.7.6' # Update me!
+ rev: '1.7.7' # Update me!
22
23
- id: bandit
24
args: [--ini, .bandit]
0 commit comments