Spaces:
Runtime error
Runtime error
Benjamin Bossan
commited on
Commit
·
4aa9752
1
Parent(s):
e6fd86e
Add ruff to pyproject.toml
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
|
@@ -3,6 +3,9 @@ line-length = 88
|
|
| 3 |
target_version = ['py310', 'py311']
|
| 4 |
preview = true
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 6 |
[tool.isort]
|
| 7 |
profile = "black"
|
| 8 |
|
|
|
|
| 3 |
target_version = ['py310', 'py311']
|
| 4 |
preview = true
|
| 5 |
|
| 6 |
+
[tool.ruff]
|
| 7 |
+
line-length = 88
|
| 8 |
+
|
| 9 |
[tool.isort]
|
| 10 |
profile = "black"
|
| 11 |
|