Skip to content

Commit 262721b

Browse files
Update test to reflect new beheaviour of Import Linter's print_how_to_use (i.e. prefer using directly rather than via pre-commit; less verbose and more consistent behaviour viz. other tools)
1 parent e2fb7b7 commit 262721b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/usethis/_core/test_core_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ def test_config(
14391439
"✔ Adding hook 'import-linter' to '.pre-commit-config.yaml'.\n"
14401440
"ℹ Ensure '__init__.py' files are used in your packages.\n" # noqa: RUF001
14411441
"ℹ For more info see <https://docs.python.org/3/tutorial/modules.html#packages>\n" # noqa: RUF001
1442-
"☐ Run 'uv run pre-commit run import-linter --all-files' to run Import Linter.\n"
1442+
"☐ Run 'uv run lint-imports' to run Import Linter.\n"
14431443
)
14441444

14451445
class TestBitbucketIntegration:

0 commit comments

Comments
 (0)