Skip to content

Commit bf336dd

Browse files
authored
Merge pull request #286 from sass/all-repos_autofix_pre-commit-flake8-migrate
Migrate to official pycqa/flake8 hooks repo
2 parents 5144e8f + 6339472 commit bf336dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.pre-commit-config.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.0.0
3+
rev: v2.1.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: debug-statements
9+
- repo: https://gitlab.com/pycqa/flake8
10+
rev: 3.7.1
11+
hooks:
912
- id: flake8
1013
exclude: ^docs/conf.py
1114
- repo: https://github.com/asottile/pyupgrade
12-
rev: v1.8.0
15+
rev: v1.11.1
1316
hooks:
1417
- id: pyupgrade
1518
- repo: https://github.com/asottile/add-trailing-comma

0 commit comments

Comments
 (0)