albertvillanova HF staff commited on
Commit
3f2e3c9
1 Parent(s): 6aa068b

Set src as isort known-local-folder

Browse files
Files changed (1) hide show
  1. 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"]