[ci] remove some pre-commit hooks, add flak8

This commit is contained in:
Noe Brucy
2020-12-17 11:27:46 +01:00
parent 46ee57b622
commit c9478b89dd
2 changed files with 10 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
[flake8]
max-line-length = 120
ignore =
# whitespace before ':'
E203
# Line break before binary operator
W503