Commit Graph

23 Commits

Author SHA1 Message Date
0f0d51305c fix ci not running lint, bump pre-commit-hooks version 2025-02-24 19:46:46 -07:00
20580b9a4e drop py38 from CI 2025-01-25 15:48:39 -07:00
460db3dce8 merge template, fill vars, lint 2025-01-25 14:43:45 -07:00
4be68af0db Put python3.8 support back in:
- We should create a breaking changes branch to be
  merged only when we are ready to start the next
  major version release cycle for all our
  maintained libraries.
2024-12-12 14:29:06 -07:00
1280617249 run mypy local 2024-11-22 10:41:50 -07:00
6a927ac1e7 drop py38, add py13, add 2024 to license 2024-11-22 10:41:50 -07:00
c5cc0ee969 run mypy locally, bump mypy to 1.10.0, fix new errors 2024-07-04 13:19:00 -06:00
d9b92635c1 drop async-service dep and copy relevant code into a local async_service
tool, updated for modern handling of ExceptionGroup
2024-05-27 12:14:36 -06:00
d8d0f05a88 update default docs and release process, drop bumpversion for
bump-my-version
2024-05-21 14:01:08 -06:00
827d16b106 import asynccontextmanager from context lib and remove async_generator dep 2024-04-27 10:12:39 -06:00
8dda7b933e turn mypy checks back on, fix some errors 2024-04-27 10:12:39 -06:00
eea065fb57 reorg test structure to match tox and CI jobs, drop bumpversion for bump-my-version and move config to pyproject.toml, fix docs building 2024-04-20 09:18:26 -06:00
d950ee7376 add lint check for .rst files incorrectly placed in the top-level dir, also bump blocklint version 2024-04-15 10:54:15 -06:00
d74895903d blocklint for linting project code for non-inclusive language (#122) 2024-03-18 16:34:27 -06:00
7c3a122b5e do not lint protobuf-generated files 2024-03-01 15:33:49 -07:00
94483714a3 run lint and fix errors, except mypy 2024-02-19 16:05:58 -07:00
42605c0288 merge template updates and refill vars 2024-02-19 14:49:30 -07:00
cb3f556315 move pyupgrade before black 2023-12-13 13:45:27 -07:00
621cd56059 add pyupgrade to pre-commit hooks 2023-12-13 13:45:27 -07:00
d1395aaad2 add .bumpversion.cfg to pre-commit ignore
Causes problems with releasing when pre-commit changes the file after bumpversion updates it
2023-12-01 16:01:08 -07:00
86440ee879 add autoflake to lint and move config to pyproject.toml 2023-10-12 12:11:12 -06:00
c3c29ddf43 bump pre-commit to 4.5 and add github-flavored markdown linting extension 2023-10-11 11:23:49 -06:00
7099bbaaa4 Add pre commit (#103)
* add pre-commit

* run pre-commit

* skip lint on README.md as it breaks template filling
2023-10-04 13:32:07 -06:00