Add linter, checker configurations
This commit is contained in:
@@ -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
|
||||
)/
|
||||
'''
|
||||
Reference in New Issue
Block a user