We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c290b commit 0a4b516Copy full SHA for 0a4b516
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0 # Use the latest stable version
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
28
- id: markdownlint
29
30
- repo: https://github.com/PyCQA/bandit
31
- rev: v1.7.5 # Use the latest stable version
+ rev: 1.7.4 # Use the latest stable version
32
33
- id: bandit
34
0 commit comments