summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pre-commit.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update pre-commit configuration.Diego Elio Pettenò2021-02-251-9/+3
|
* Update pre-commit configuration to run on main branch.Diego Elio Pettenò2020-06-131-1/+1
|
* Move pre-commit checks from Travis CI to a GitHub Action.Diego Elio Pettenò2020-05-161-0/+24
This replaces the need for optional execution within the Travis CI configuration, and updates Mergify to wait on both checks. Also remove flake8 from pytest on 3.8 since flake8 is already executed in pre-commit.