opendatacube / datacube-ows

Open Data Cube Open Web Services
Other
70 stars 37 forks source link

Upgrade pylint and gamify with `fail-under` #649

Closed whatnick closed 3 months ago

whatnick commented 3 years ago

datacube-ows version: master ows_config.py version/link:: any

Description

Currently pylint is pinned to an older / insecure version since newer versions impose stricter requirements which block development. Use the pylint fail-under flag to pass pylint and progressively improve code quality

fail-under
Specify a score threshold to be exceeded before program exits with error.

Default: 10.0

What I Did

Used Snyk to analyse datacube-ows security and found pylint to be a concern. https://snyk.io/test/github/opendatacube/datacube-ows

SpacemanPaul commented 3 months ago

Pylint is now up to date.