Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix prospector
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Dec 5, 2022
1 parent 0eb839b commit d8b8c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install prospector[with_mypy] prospector[with_vulture] types-requests types-python-dateutil types-PyYAML
python -m pip install prospector[with_mypy] prospector[with_vulture] types-requests types-python-dateutil types-PyYAML mypy vulture
python -m pip install -r requirements.txt
- name: Analysing the code with prospector
run: prospector --with-tool vulture --with-tool mypy --strictness veryhigh --max-line-length 200 *.py

0 comments on commit d8b8c44

Please sign in to comment.