csalabs commited on
Commit
bdd03be
·
1 Parent(s): a3e099a

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -15
pyproject.toml DELETED
@@ -1,15 +0,0 @@
1
- # ==== black ====
2
- [tool.black]
3
- line-length = 119
4
- target-version = ['py311']
5
-
6
-
7
- # ==== isort ====
8
- [tool.isort]
9
- profile = "black"
10
- line_length = 119
11
- known_first_party = [
12
- "tests",
13
- "scripts",
14
- "hooks",
15
- ]