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.
2 parents 8496217 + f706a70 commit accb7abCopy full SHA for accb7ab
.pre-commit-config.yaml
@@ -24,21 +24,21 @@ repos:
24
- id: check-added-large-files
25
26
- repo: https://github.com/psf/black
27
- rev: 24.10.0
+ rev: 25.1.0
28
hooks:
29
- id: black
30
types:
31
- python
32
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 7.1.1
+ rev: 7.1.2
35
36
- id: flake8
37
38
39
40
- repo: https://github.com/pycqa/bandit
41
- rev: 1.8.0
+ rev: 1.8.3
42
43
- id: bandit
44
args: ["-ll"]
0 commit comments