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 15290ae + 7d271fb commit ceb71eeCopy full SHA for ceb71ee
.pre-commit-config.yaml
@@ -18,21 +18,21 @@ repos:
18
- id: check-added-large-files
19
20
- repo: https://github.com/psf/black
21
- rev: 24.10.0
+ rev: 25.1.0
22
hooks:
23
- id: black
24
types:
25
- python
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.1.1
+ rev: 7.1.2
29
30
- id: flake8
31
32
33
34
- repo: https://github.com/pycqa/bandit
35
- rev: 1.8.2
+ rev: 1.8.3
36
37
- id: bandit
38
args: ["-ll"]
0 commit comments