Skip to content

Commit 41aa440

Browse files
committed
Ruff: use "known-local-folder" instead of "known-first-party"
1 parent 62f1a68 commit 41aa440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ inline-quotes = 'single'
8989
[lint.isort]
9090
lines-after-imports = 2
9191
force-sort-within-sections = true
92-
known-first-party = ['coppy_tasks_lib', 'coppy_tests']
92+
known-local-folder = ['src', 'tests']

template/ruff.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ inline-quotes = 'single'
8989
[lint.isort]
9090
lines-after-imports = 2
9191
force-sort-within-sections = true
92-
known-first-party = ['{{py_module}}_tasks_lib', '{{py_module}}_tests']
92+
known-local-folder = ['src', 'tests']

0 commit comments

Comments
 (0)