We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e43e5 commit 2ced9c5Copy full SHA for 2ced9c5
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
exclude: .*csv
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
@@ -17,11 +17,11 @@ repos:
17
- id: requirements-txt-fixer
18
- id: fix-encoding-pragma
19
- repo: https://github.com/psf/black
20
- rev: 24.4.2
+ rev: 24.8.0
21
22
- id: black
23
- repo: https://github.com/PyCQA/bandit
24
- rev: 1.7.8
+ rev: 1.7.10
25
26
- id: bandit
27
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments