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 8c05657 commit 23037e2Copy full SHA for 23037e2
.pre-commit-config.yaml
@@ -5,11 +5,14 @@ repos:
5
rev: stable
6
hooks:
7
- id: black
8
+- repo: https://gitlab.com/pycqa/flake8
9
+ rev: master
10
+ hooks:
11
+ - id: flake8
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
rev: master
14
15
- id: trailing-whitespace
- - id: flake8
16
- id: end-of-file-fixer
17
- id: check-docstring-first
18
- id: debug-statements
CHANGELOG
@@ -4,6 +4,7 @@ History:
4
5.1.1 2020/xx/xx
- removed usage of deprecated "license_file" option for "license_files"
+ - fixed flake8 usage in pre-commit
- :heart: contributors: @
5.1.0 2020/04/30
0 commit comments