Skip to content

Commit

Permalink
chore: patching ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Feb 21, 2024
1 parent 34add0b commit 8132e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def run_init(
"--defaults",
"--no-ide",
"--no-git",
"--no-bootstrap",
"--no-bootstrap",
"--no-workspace",
]
answers = {**DEFAULT_PARAMETERS, **(answers or {})}
Expand Down

0 comments on commit 8132e51

Please sign in to comment.