diff --git a/pyproject.toml b/pyproject.toml index e627908..9ed5698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ select = [ "I", ] extend-exclude = [ - "tests_generated/*", # Ignoring generated tests, ruff specific errors are to be caught by pytest + "examples/*", # Ignoring generated tests, ruff specific errors are to be caught by pytest "template_content", ".git", ".mypy_cache", diff --git a/tests/test_generators.py b/tests/test_generators.py index 0de2070..e2ce48b 100644 --- a/tests/test_generators.py +++ b/tests/test_generators.py @@ -88,7 +88,7 @@ def run_init( "--defaults", "--no-ide", "--no-git", - "--no-bootstrap", + "--no-bootstrap", "--no-workspace", ] answers = {**DEFAULT_PARAMETERS, **(answers or {})}