feat: init commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
[tools.black]
|
||||
line-length=120
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
multi_line_output = 3
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
"ignore::pytest.PytestCollectionWarning",
|
||||
"ignore:::pynvim[.*]"
|
||||
]
|
||||
|
Reference in New Issue
Block a user