We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691e5e1 commit 7689512Copy full SHA for 7689512
Taskfile.yml
@@ -93,7 +93,7 @@ tasks:
93
desc: Run integration tests
94
cmds:
95
- task: build
96
- - poetry install --no-root
+ - task: poetry:install-deps
97
- poetry run pytest test
98
99
check:
@@ -123,13 +123,13 @@ tasks:
123
python:lint:
124
desc: Lint Python code
125
126
127
- poetry run flake8
128
129
python:format:
130
desc: Automatically formats Python files
131
132
133
- poetry run black .
134
135
vars:
0 commit comments