Skip to content

Commit

Permalink
Add Prospector check
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 9, 2021
1 parent 74d5692 commit 2576ae6
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Checks
run: c2cciutils-checks

- run: pipenv sync --dev
- run: pipenv run prospector --output=pylint bashcolor

- name: Init pypi
run: |
echo "[pypi]" > ~/.pypirc
Expand Down
11 changes: 11 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[dev-packages]
prospector = {version = "==1.3.1", extras = ["with_bandit", "with_mypy"]}
flake8 = "==3.8.4"

[requires]
python_version = "3.8"
335 changes: 335 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2576ae6

Please sign in to comment.