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 e88cfc9 commit 46eb95aCopy full SHA for 46eb95a
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.4.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-ast
@@ -21,7 +21,7 @@ repos:
21
files: \.py$
22
23
- repo: https://github.com/PyCQA/bandit
24
- rev: 1.6.2
+ rev: 1.7.10
25
26
- id: bandit
27
language_version: python3
@@ -33,7 +33,7 @@ repos:
33
- thug
34
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: v0.1.13
+ rev: v0.7.0
37
38
# Run the linter.
39
- id: ruff
0 commit comments