https://github.com/ESMValGroup/ESMValTool
Revision 0bf03435faba5a884901de843a2415bdcf1b852d authored by Manuel Schlund on 20 March 2024, 08:25:46 UTC, committed by Manuel Schlund on 20 March 2024, 08:25:46 UTC
1 parent 809ecdd
Raw File
Tip revision: 0bf03435faba5a884901de843a2415bdcf1b852d authored by Manuel Schlund on 20 March 2024, 08:25:46 UTC
Optimized recipe when using dask distributed scheduler
Tip revision: 0bf0343
.prospector.yml
# prospector configuration file

---

output-format: grouped

strictness: veryhigh
doc-warnings: true
test-warnings: true
member-warnings: false

pyroma:
    run: true

pep8:
    full: 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']
back to top