Commit graph

7 commits

Author SHA1 Message Date
Steven Troxler
5e1e3fe970
The ufmt tool combines usort and black with a consistent wrapper, (#515)
which ensures we won't have inconsistent black-vs-isort errors
going forward. We can always format by running `ufmt format .`
at the root, and check with `ufmt check .` in our CI actions.
2021-08-25 20:39:29 -04:00
Luke Petre
5928f6ad81
Windows CI support (#505)
* Support windows testing in github actions

* Fix path handling in windows
2021-08-12 15:41:23 -04:00
Luke Petre
695f844c6d
Split up some larger CI/tox steps into separate jobs (#511) 2021-08-12 15:18:19 -04:00
Luke Petre
1cceed6df8
Adding python3.9 to the CI (#506) 2021-08-11 17:16:58 +01:00
Luke Petre
398d14e91b
Switch code coverage from tox => gh actions (#510) 2021-08-11 11:41:18 -04:00
Luke Petre
1c3a27bbd5
Add Github Actions and derive version from git tags (#471)
* Use setuptools-scm to derive the current version from git metadata

* Add Github Action equivalent to the current circleci tasks

* Run pyre integration test in GH action / tox
2021-08-10 15:01:16 +01:00
Jimmy Lai
689e705c71 add initial PULL_REQUEST_TEMPLATE.md 2019-07-22 19:59:57 -07:00