You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This week brought improvements to GitHub Actions with the merge of dependency caching and uv integration (#773). We're working on resolving permission issues with the lint-action in fork PRs (#816), exploring alternatives like the upcoming Graylint 2.1.0 annotations plugin.
The Python 3.12 deprecation warning for datetime.utcnow() was fixed (#815). After evaluating Blue formatter integration (#309), we decided against adding support due to the project's inactive status and API incompatibilities. Several pull requests progressed with improvements to isort's skip_glob handling (#751), Pylint updates (#748), and more detailed Ruff formatter documentation (#800).
A Flynt incompatibility with Python 3.14-dev was identified, leading to temporary postponement of 3.14 testing (#774) until upstream support is available. The ongoing migration to uv continues with dependency specification updates in pyproject.toml (#810).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This week brought improvements to GitHub Actions with the merge of dependency caching and uv integration (#773). We're working on resolving permission issues with the lint-action in fork PRs (#816), exploring alternatives like the upcoming Graylint 2.1.0 annotations plugin.
The Python 3.12 deprecation warning for
datetime.utcnow()
was fixed (#815). After evaluating Blue formatter integration (#309), we decided against adding support due to the project's inactive status and API incompatibilities. Several pull requests progressed with improvements to isort'sskip_glob
handling (#751), Pylint updates (#748), and more detailed Ruff formatter documentation (#800).A Flynt incompatibility with Python 3.14-dev was identified, leading to temporary postponement of 3.14 testing (#774) until upstream support is available. The ongoing migration to uv continues with dependency specification updates in
pyproject.toml
(#810).Beta Was this translation helpful? Give feedback.
All reactions