Skip to content

Commit ce4e790

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
1 parent 96bf1f3 commit ce4e790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ exclude: '^$'
22
fail_fast: false
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: 'v0.1.9'
5+
rev: 'v0.2.0'
66
hooks:
77
- id: ruff
88
# once https://github.com/astral-sh/ruff/issues/2402 is fully resolved then we can get rid of flake8:
99
- repo: https://github.com/pycqa/flake8
10-
rev: 6.1.0
10+
rev: 7.0.0
1111
hooks:
1212
- id: flake8
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -18,7 +18,7 @@ repos:
1818
- id: check-yaml
1919
args: [--unsafe]
2020
- repo: https://github.com/PyCQA/bandit
21-
rev: '1.7.6' # Update me!
21+
rev: '1.7.7' # Update me!
2222
hooks:
2323
- id: bandit
2424
args: [--ini, .bandit]

0 commit comments

Comments
 (0)