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
+17
View File
@@ -0,0 +1,17 @@
[tool.black]
line-length = 119
py36 = true
skip-string-normalization = true
quiet = true
exclude='''
/(
\.git
| \.hg
| \.tox
| \.venv
| _build
| buck-out
| build
| dist
)/
'''