Skip to content

Commit 09efa24

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.14...v0.2.0) - [github.com/pycqa/bandit: 1.7.6 → 1.7.7](PyCQA/bandit@1.7.6...1.7.7)
1 parent 7958f78 commit 09efa24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040

4141
# Linter and formatter
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.1.14
43+
rev: v0.2.0
4444
hooks:
4545
- id: ruff
4646
args:
@@ -50,7 +50,7 @@ repos:
5050

5151
# Security linter
5252
- repo: https://github.com/pycqa/bandit
53-
rev: 1.7.6
53+
rev: 1.7.7
5454
hooks:
5555
- id: bandit
5656
name: bandit

0 commit comments

Comments
 (0)