Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 1d17d6a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/bandit.git: 1.7.10 → 1.8.0](https://github.com/PyCQA/bandit.git/compare/1.7.10...1.8.0) - [github.com/jendrikseipp/vulture.git: v2.13 → v2.14](https://github.com/jendrikseipp/vulture.git/compare/v2.13...v2.14)
1 parent e3a616f commit 1d17d6a

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
@@ -42,7 +42,7 @@ repos:
4242
- --include=AvoidDatetimeNowRule,GeneratorExpressionRule,NoImportLibsigoptComputeRule,SafeIteratorRule,SafeYieldRule
4343
- id: sigoptlint-shell
4444
- repo: https://github.com/PyCQA/bandit.git
45-
rev: "1.7.10"
45+
rev: "1.8.0"
4646
hooks:
4747
- id: bandit
4848
args: [-c, pyproject.toml]
@@ -87,7 +87,7 @@ repos:
8787
- id: shellcheck
8888
args: ["--exclude", "SC1090,SC1091,SC2029", "-f", "gcc"]
8989
- repo: https://github.com/jendrikseipp/vulture.git
90-
rev: "v2.13"
90+
rev: "v2.14"
9191
hooks:
9292
- id: vulture
9393
entry: tools/dead-code/run_vulture.py

0 commit comments

Comments
 (0)