Skip to content

Commit bf38e87

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/PyCQA/bandit.git: 1.9.0 → 1.9.2](https://github.com/PyCQA/bandit.git/compare/1.9.0...1.9.2)
1 parent 56af7ce commit bf38e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
args: [--branch, main, --branch, dev]
2424
- id: check-added-large-files
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.14.5
26+
rev: v0.14.6
2727
hooks:
2828
- id: ruff
2929
args: [ --fix, --exit-non-zero-on-fix, "--ignore=C901" ]
@@ -35,7 +35,7 @@ repos:
3535
pass_filenames: false
3636

3737
- repo: https://github.com/PyCQA/bandit.git
38-
rev: 1.9.0
38+
rev: 1.9.2
3939
hooks:
4040
- id: bandit
4141
args: [-lll, --recursive, clumper]

0 commit comments

Comments
 (0)