ldhldh commited on
Commit
5c5d371
1 Parent(s): 93475ae

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -10
pyproject.toml DELETED
@@ -1,10 +0,0 @@
1
- [tool.black]
2
- line-length = 120
3
- required-version = "22.3.0"
4
-
5
- [tool.isort]
6
- profile = "black"
7
- line_length = 120
8
- combine_as_imports = true
9
- combine_star = true
10
- known_local_folder = ["tests", "cli"]