Skip to content

Commit 46eb95a

Browse files
committed
Upgrade pre-commit hooks
1 parent e88cfc9 commit 46eb95a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -21,7 +21,7 @@ repos:
2121
files: \.py$
2222

2323
- repo: https://github.com/PyCQA/bandit
24-
rev: 1.6.2
24+
rev: 1.7.10
2525
hooks:
2626
- id: bandit
2727
language_version: python3
@@ -33,7 +33,7 @@ repos:
3333
- thug
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.1.13
36+
rev: v0.7.0
3737
hooks:
3838
# Run the linter.
3939
- id: ruff

0 commit comments

Comments
 (0)