Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- conftest.py +0 -0
- pyproject.toml.txt +6 -0
conftest.py
ADDED
File without changes
|
pyproject.toml.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[tool.isort]
|
2 |
+
profile = "black"
|
3 |
+
[tool.pytest.ini_options]
|
4 |
+
pythonpath = [
|
5 |
+
"src",
|
6 |
+
]
|