Put under version control
This commit is contained in:
parent
d26d23348b
commit
a6af5b12d2
83 changed files with 20130 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# TOML formatted file; see PEP 518
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
#multi_line_output = 3
|
||||
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
target_version = ['py39']
|
||||
skip-string-normalization = true
|
Loading…
Add table
Add a link
Reference in a new issue