Skip to content

Commit 21e4624

Browse files
committed
Add common source paths for isort
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d1503a7 commit 21e4624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ include = '\.pyi?$'
9090
[tool.isort]
9191
profile = "black"
9292
line_length = 88
93-
src_paths = ["src", "examples", "tests"]
93+
src_paths = ["benchmarks", "examples", "src", "tests"]
9494

9595
[tool.pylint.similarities]
9696
ignore-comments = ['yes']

0 commit comments

Comments
 (0)