Put under version control

This commit is contained in:
ibu 2021-11-29 09:16:31 +00:00
parent d26d23348b
commit a6af5b12d2
83 changed files with 20130 additions and 0 deletions

10
pyproject.toml Normal file
View 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