PKaushik commited on
Commit
78a8b17
1 Parent(s): a8824f1
Files changed (1) hide show
  1. pyproject.toml +7 -0
pyproject.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [tool.black]
2
+ line-length = 120
3
+ target_version = ['py37', 'py38', 'py39', 'py310']
4
+ preview = true
5
+
6
+ [tool.isort]
7
+ profile = "black"