We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f3553b + 5ea61f5 commit da3f73dCopy full SHA for da3f73d
1 file changed
.pre-commit-config.yaml
@@ -10,18 +10,18 @@ exclude: >
10
repos:
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v5.0.0
+ rev: v6.0.0
14
hooks:
15
- id: check-yaml
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 7.1.2
+ rev: 7.3.0
21
22
- id: flake8
23
24
- - repo: https://github.com/psf/black
25
- rev: 25.1.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 25.9.0
26
27
- id: black
0 commit comments