summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Python 3.9, drop EOL 3.5 (#477)Hugo van Kemenade2020-10-301-6/+6
|
* pre-commit autoupdateHugo2020-02-021-2/+2
|
* Refactor error raising to remove duplicationHugo van Kemenade2019-12-101-1/+1
|
* Update testing: add docs + lint jobs; use pre-commit for linting (#426)Hugo van Kemenade2019-11-101-0/+25
* Move docs and lint to their own [3.8] build job for more parallelism * No codecov for docs or lint * Move isort into pre-commit * Add some handy linters to pre-commit * Add rst-backticks linter and fix the errors * Add pyupgrade and add upgrades * Test docs and lint on GitHub Actions * Xenial is default