You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/snapshots/python_project__project_generator__tests__save_justfile_poetry.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
source: src/project_generator.rs
3
3
expression: content
4
4
---
5
-
"@_default:\n just --list\n\n@lint:\n echo mypy\n just --justfile {{justfile()}} mypy\n echo ruff\n just --justfile {{justfile()}} ruff\n echo ruff-format\n just --justfile {{justfile()}} ruff-format\n\n@mypy:\n poetry run mypy my_project tests\n\n@ruff:\n poetry run ruff check my_project tests\n\n@ruff-format:\n poetry run ruff format my_project tests\n\n@test:\n -poetry run pytest -x\n\n@install:\n poetry install\n"
5
+
"@_default:\n just --list\n\n@lint:\n echo mypy\n just --justfile {{justfile()}} mypy\n echo ruff-check\n just --justfile {{justfile()}} ruff-check\n echo ruff-format\n just --justfile {{justfile()}} ruff-format\n\n@mypy:\n poetry run mypy my_project tests\n\n@ruff-check:\n poetry run ruff check my_project tests\n\n@ruff-format:\n poetry run ruff format my_project tests\n\n@test:\n -poetry run pytest -x\n\n@install:\n poetry install\n"
0 commit comments