summaryrefslogtreecommitdiffstats
path: root/.github/workflows/pre-commit.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-17Update all GitHub actions versions to v3.Diego Elio Pettenò1-3/+3
2021-02-25Update pre-commit configuration.Diego Elio Pettenò1-9/+3
2020-06-13Update pre-commit configuration to run on main branch.Diego Elio Pettenò1-1/+1
2020-05-16Move pre-commit checks from Travis CI to a GitHub Action.Diego Elio Pettenò1-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.