feat: make goosehints jinja templated (#43)

This commit is contained in:
Salman Mohammed
2024-09-04 11:44:34 -07:00
committed by GitHub
parent 7d5461d240
commit 72d927f84f
5 changed files with 86 additions and 20 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ integration *FLAGS:
uv run pytest tests -m integration {{FLAGS}}
format:
ruff check . --fix
ruff format .
uvx ruff check . --fix
uvx ruff format .
coverage *FLAGS:
uv run coverage run -m pytest tests -m "not integration" {{FLAGS}}