Add project-tools #142
4
scripts/project-helper-tools/pyproject.toml
Normal file
4
scripts/project-helper-tools/pyproject.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
include = '\.pyi?$'
|
||||
skip-string-normalization = true
|
2
scripts/project-helper-tools/setup.cfg
Normal file
2
scripts/project-helper-tools/setup.cfg
Normal file
@ -0,0 +1,2 @@
|
||||
[pycodestyle]
|
||||
max-line-length = 100
|
Loading…
Reference in New Issue
Block a user