Skip to content

Commit 58c0614

Browse files
committed
fix prospector command
1 parent 7d17bbc commit 58c0614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
python3 -m pip install .[dev]
3030
- name: Check style against standards using prospector
3131
shell: bash -l {0}
32-
run: prospector --zero-exit --output-format grouped ---output-format pylint:pylint-report.txt
32+
run: prospector --zero-exit --output-format grouped --output-format pylint:pylint-report.txt

0 commit comments

Comments
 (0)