We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d17bbc commit 58c0614Copy full SHA for 58c0614
1 file changed
{{cookiecutter.project_name}}/.github/workflows/lint.yml
@@ -29,4 +29,4 @@ jobs:
29
python3 -m pip install .[dev]
30
- name: Check style against standards using prospector
31
shell: bash -l {0}
32
- run: prospector --zero-exit --output-format grouped ---output-format pylint:pylint-report.txt
+ run: prospector --zero-exit --output-format grouped --output-format pylint:pylint-report.txt
0 commit comments