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.
1 parent 00df400 commit c324729Copy full SHA for c324729
.pre-commit-config.yaml
@@ -15,19 +15,23 @@ exclude: >
15
repos:
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v2.2.3
+ rev: v3.2.0
19
hooks:
20
- id: check-json
21
- id: check-yaml
22
- id: end-of-file-fixer
23
- id: trailing-whitespace
24
- - id: flake8
25
26
- repo: https://github.com/mgedmin/check-manifest
27
- rev: "0.39"
+ rev: "0.42"
28
29
- id: check-manifest
30
+ - repo: https://gitlab.com/pycqa/flake8
31
+ rev: 3.8.3
32
+ hooks:
33
+ - id: flake8
34
+
35
- repo: https://github.com/psf/black
36
rev: 20.8b1
37
0 commit comments