Skip to content

Commit 23037e2

Browse files
committed
Fixed flake8 usage in pre-commit
See pre-commit/pre-commit-hooks#344.
1 parent 8c05657 commit 23037e2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ repos:
55
rev: stable
66
hooks:
77
- id: black
8+
- repo: https://gitlab.com/pycqa/flake8
9+
rev: master
10+
hooks:
11+
- id: flake8
812
- repo: https://github.com/pre-commit/pre-commit-hooks
913
rev: master
1014
hooks:
1115
- id: trailing-whitespace
12-
- id: flake8
1316
- id: end-of-file-fixer
1417
- id: check-docstring-first
1518
- id: debug-statements

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ History:
44

55
5.1.1 2020/xx/xx
66
- removed usage of deprecated "license_file" option for "license_files"
7+
- fixed flake8 usage in pre-commit
78
- :heart: contributors: @
89

910
5.1.0 2020/04/30

0 commit comments

Comments
 (0)