Closed ahonnecke closed 1 year ago
Only occurs for Python 3.12. Seems like flake8==6.0.0
isn't compatible. Since the pre-commit-update
workflow hasn't been working, the hooks are out of date. https://github.com/beeware/toga-chart/pull/57 is trying to fix this.
Nonetheless, using flake8==6.1.0
should fix this for Python 3.12.
Describe the bug
Steps to reproduce
Expected behavior
The PR fails if the dev has introduced errors.
Screenshots
No response
Environment
Logs
Additional context
FWIW, this only occurs in CI. pre-commit works locally (ubuntu)