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 37b5f04 commit 8b8dd3fCopy full SHA for 8b8dd3f
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ default_install_hook_types:
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v5.0.0
+ rev: v6.0.0
12
hooks:
13
- id: trailing-whitespace
14
- id: mixed-line-ending
@@ -25,14 +25,14 @@ repos:
25
- python
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.2.0
+ rev: 7.3.0
29
30
- id: flake8
31
types:
32
33
34
- repo: https://github.com/pycqa/bandit
35
- rev: 1.8.3
+ rev: 1.8.6
36
37
- id: bandit
38
args: ["-ll"]
0 commit comments