Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
3f2e3c9
1
Parent(s):
6aa068b
Set src as isort known-local-folder
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -7,3 +7,4 @@ ignore = ["E501"] # line too long (the formatter is taking care of this)
|
|
7 |
|
8 |
[tool.ruff.lint.isort]
|
9 |
lines-after-imports = 2
|
|
|
|
7 |
|
8 |
[tool.ruff.lint.isort]
|
9 |
lines-after-imports = 2
|
10 |
+
known-local-folder = ["src"]
|