We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f1a68 commit 41aa440Copy full SHA for 41aa440
ruff.toml
@@ -89,4 +89,4 @@ inline-quotes = 'single'
89
[lint.isort]
90
lines-after-imports = 2
91
force-sort-within-sections = true
92
-known-first-party = ['coppy_tasks_lib', 'coppy_tests']
+known-local-folder = ['src', 'tests']
template/ruff.toml.jinja
-known-first-party = ['{{py_module}}_tasks_lib', '{{py_module}}_tests']
0 commit comments