Add linter, checker configurations

This commit is contained in:
Uğur Özyılmazel
2019-10-11 10:34:01 +03:00
parent 90c11a8d32
commit cd86540a90
3 changed files with 37 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[flake8]
max-line-length = 119
ignore = W503
exclude =
.git,
__pycache__,
docs/source/conf.py,
old,
build,
dist,
migrations