TIMBOVILL commited on
Commit
04291b0
1 Parent(s): 2ea5446

Upload 2 files

Browse files
Files changed (2) hide show
  1. conftest.py +0 -0
  2. 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
+ ]