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 c84057b commit d3ab0abCopy full SHA for d3ab0ab
.pre-commit-config.yaml
@@ -15,3 +15,7 @@ repos:
15
hooks:
16
- id: black
17
language_version: python3
18
+ - repo: https://gitlab.com/pycqa/flake8
19
+ rev: 3.8.3
20
+ hooks:
21
+ - id: flake8
0 commit comments