Skip to content

Commit d679bdf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) - [github.com/pycqa/bandit: 1.8.0 → 1.8.2](PyCQA/bandit@1.8.0...1.8.2)
1 parent 9088762 commit d679bdf

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
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: isort
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.8.6
39+
rev: v0.9.1
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: mypy
4747
- repo: https://github.com/pycqa/bandit
48-
rev: 1.8.0
48+
rev: 1.8.2
4949
hooks:
5050
- id: bandit
5151
args: [-c, pyproject.toml]

0 commit comments

Comments
 (0)