Skip to content

Tidy up linting and coverage with tox

Latest
Compare
Choose a tag to compare
@mhered mhered released this 07 Aug 23:04
  • Ensure linting in tox and pre-commit are in sync by running linting inside tox through pre-commit in a separate environment.
  • To avoid multiple runs, linting is called only once (with Python 3.8)
  • Similarly, create a separate environment for coverage and run it only with Python 3.8
  • Review of README.md and CHANGELOG.md

Full Changelog: v0.1.9...v0.1.10