biglocalnews / warn-transformer

Consolidate, enrich and republish the data gathered by warn-scraper
https://warn-transformer.readthedocs.io
Apache License 2.0
5 stars 3 forks source link

Update pre-commit libraries, use pre-commit trappings for online testing #256

Closed stucka closed 6 months ago

stucka commented 6 months ago

For warn-scraper @chriszs implemented a great mechanism that allows pre-commit routines to be run as part of the CI/CD workflow without a parallel linting scheme. The code is here: https://github.com/biglocalnews/warn-scraper/commit/37d5d90d5f581ab8cf5dfcb228dbd4772117cb94

We're also quite a few versions behind in some of the linting tooling (e.g., mypy==1.5.1 vs 1.9.0) and this may be a good time to update those and verify production code meets the more-modern standards.

stucka commented 6 months ago

Closing with https://github.com/biglocalnews/warn-transformer/compare/1.3.117...1.3.118

Dropped Python 3.7 support, as Python dropped support for 3.7 in July 2023.