Skip to content

Commit 2ced9c5

Browse files
hutchicgithub-actions[bot]
authored andcommitted
chore(deps): Update pre-commit hooks
1 parent 68e43e5 commit 2ced9c5

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
@@ -2,7 +2,7 @@
22
exclude: .*csv
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
@@ -17,11 +17,11 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: fix-encoding-pragma
1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.8.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/PyCQA/bandit
24-
rev: 1.7.8
24+
rev: 1.7.10
2525
hooks:
2626
- id: bandit
2727
- repo: https://github.com/Lucas-C/pre-commit-hooks

0 commit comments

Comments
 (0)