Skip to content

Commit c324729

Browse files
hukkinj1chrisjsewell
authored andcommitted
🔧 MAINTAIN: Pre-commit improvements (#49)
* Use upstream flake8 pre-commit hook * Run `pre-commit autoupdate`
1 parent 00df400 commit c324729

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,23 @@ exclude: >
1515
repos:
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v2.2.3
18+
rev: v3.2.0
1919
hooks:
2020
- id: check-json
2121
- id: check-yaml
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
24-
- id: flake8
2524

2625
- repo: https://github.com/mgedmin/check-manifest
27-
rev: "0.39"
26+
rev: "0.42"
2827
hooks:
2928
- id: check-manifest
3029

30+
- repo: https://gitlab.com/pycqa/flake8
31+
rev: 3.8.3
32+
hooks:
33+
- id: flake8
34+
3135
- repo: https://github.com/psf/black
3236
rev: 20.8b1
3337
hooks:

0 commit comments

Comments
 (0)