Commit Graph

15 Commits

Author SHA1 Message Date
Jeremy Singer-Vine cdfdb87a21 Enforce type annotations via mypy --strict
Enforcement added via:
- The repo's Makefile (`make check-mypy` & `make lint`)
- The repo's main GitHub Action
2022-05-06 09:51:01 -04:00
Jeremy Singer-Vine a32473ee5f Change supported Python: cut 3.6, add 3.9 & 3.10
(Python EOL'ed version 3.6 in December 2021.)
2022-04-23 17:02:47 -04:00
Jeremy Singer-Vine a260dc54c0 Add sudo apt update to GH workflow 2022-01-14 19:01:34 -05:00
Jeremy Singer-Vine ff28a94204 Fix GitHub action typo re. isort 2021-12-16 22:43:15 -05:00
Jeremy Singer-Vine d72b879665 Enforce import order via isort 2021-12-16 22:22:54 -05:00
Samkit Jain a50d7226bd Update GA workflow to build python package 2021-02-27 20:01:53 +05:30
Jeremy Singer-Vine d234f05c13 Enforce psf/black and flake8 on tests/ 2020-12-16 22:30:44 -05:00
Samkit Jain ee69b69871 Update GitHub Actions to run on pull request events
In #279 `pull_request_target` was added which is now replaced with just `pull_request`
2020-10-01 21:33:40 +05:30
Samkit Jain 81253b6181 Allow GitHub Actions workflow to run on pull requests from forked repos 2020-09-29 13:17:38 +05:30
Samkit Jain baf103307b Drop support for Python 3.5 2020-08-15 12:03:34 -04:00
Samkit Jain 1aa921b39c Split the main GA job into 2 separate linting and testing jobs 2020-08-15 12:03:34 -04:00
Samkit Jain 90f767ff24 Update GitHub Actions workflow 2020-08-15 12:03:34 -04:00
Jeremy Singer-Vine 6c9f8db9b6 Fix CLI test & GitHub action 2020-08-13 21:35:06 -04:00
Jeremy Singer-Vine 1258e091dc Tweak GH workflow, Makefile, setup.cfg for linting 2020-07-29 22:46:23 -04:00
Jeremy Singer-Vine b148fd1b5d Add Codecov and GitHub action 2020-07-25 10:24:09 -04:00