We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e03c3c + 2cd9294 commit 5c3f3c6Copy full SHA for 5c3f3c6
1 file changed
.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
@@ -17,22 +17,22 @@ repos:
17
- id: check-yaml
18
- id: check-added-large-files
19
20
- - repo: https://github.com/psf/black
21
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
22
23
- id: black
24
types:
25
- python
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.2.0
+ rev: 7.3.0
29
30
- id: flake8
31
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