We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffd647 commit ffbc397Copy full SHA for ffbc397
1 file changed
.pre-commit-config.yaml
@@ -16,16 +16,16 @@
16
# See https://pre-commit.com/hooks.html for more hooks
17
repos:
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v6.0.0
+ rev: v4.0.1
20
hooks:
21
- id: trailing-whitespace
22
- id: end-of-file-fixer
23
- id: check-yaml
24
- repo: https://github.com/psf/black
25
- rev: 26.3.1
+ rev: 22.3.0
26
27
- id: black
28
- repo: https://github.com/pycqa/flake8
29
- rev: 7.3.0
+ rev: 3.9.2
30
31
- id: flake8
0 commit comments