Commit Graph

20 Commits

Author SHA1 Message Date
Jesse Hills a354f9b41c
Bump min python to 3.9 (#265) 2022-09-30 10:57:41 +13:00
dependabot[bot] 0128f7cbd7
Bump actions/cache from 3.0.7 to 3.0.8 (#248)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-06 14:04:01 +12:00
dependabot[bot] b9b88b0787
Bump actions/cache from 3.0.4 to 3.0.7 (#245)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 15:28:48 +12:00
dependabot[bot] ad2d3cae10
Bump actions/setup-python from 3 to 4 (#225)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 15:00:22 +02:00
dependabot[bot] 8440ef4d2f
Bump actions/cache from 3.0.3 to 3.0.4 (#224)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 15:00:06 +02:00
dependabot[bot] 1a1c4602f6
Bump actions/cache from 3.0.2 to 3.0.3 (#219)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 13:45:37 +12:00
dependabot[bot] 38e8672442
Bump actions/cache from 3.0.1 to 3.0.2 (#199)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 17:05:43 +12:00
dependabot[bot] b0bd51fdda
Bump actions/cache from 2 to 3.0.1 (#196)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 19:37:39 +02:00
dependabot[bot] 583a97066a
Bump actions/checkout from 2 to 3 (#182)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 13:26:30 +01:00
dependabot[bot] 46b7d34f4a
Bump actions/setup-python from 2 to 3 (#180)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-09 13:25:56 +01:00
Otto Winter d052f59800
Constrain GH Actions workflows permissions (#129) 2021-10-23 21:57:46 +02:00
Otto Winter ccf9fcbe2b
Fix protoc lint uses different version than docker image (#125) 2021-10-21 16:53:32 +02:00
Otto Winter f90ffcf3b8
Also run black/isort on tests (#82) 2021-07-29 16:09:16 +02:00
Jesse Hills 8baf034d78
Don't fail fast on CI (#76) 2021-07-26 11:31:04 +12:00
Otto Winter 3a7a47f649
Add pytest unit testing (#64) 2021-07-12 20:09:17 +02:00
Otto Winter 0b4b45daed
Rename master branch to main (#58) 2021-06-30 18:08:56 +02:00
Otto Winter f11f6e0122
Refactor Lint Configs (#53) 2021-06-30 17:03:55 +02:00
Otto Winter 52cf01e11a
Add flake8, black, isort and mypy linting (#39) 2021-06-18 17:57:02 +02:00
Fabian Affolter 076fb6cc97
Fix typo (#23) 2020-12-22 16:45:02 -03:00
Otto Winter 8bf95336d6
Add pylint 2020-07-14 20:00:12 +02:00