Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .prospector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ strictness: veryhigh
doc-warnings: true
test-warnings: true
member-warnings: false
autodetect: false
uses: []

pyroma:
run: true
run: true

pep8:
full: true
full: true

mypy:
run: true

pep257:
# disable rules that are allowed by the numpy convention
# see https://github.com/PyCQA/pydocstyle/blob/master/src/pydocstyle/violations.py
# and http://pydocstyle.readthedocs.io/en/latest/error_codes.html
disable: ['D107', 'D203', 'D212', 'D213', 'D402', 'D413', 'D416']
# disable rules that are allowed by the numpy convention, see:
# https://github.com/PyCQA/pydocstyle/blob/master/src/pydocstyle/violations.py
# http://pydocstyle.readthedocs.io/en/latest/error_codes.html
disable: ['D107', 'D203', 'D212', 'D213', 'D402', 'D413', 'D416']