Lint tests#125
Conversation
|
The test failed because there is no We could put it in the |
|
Black now passed on Python 3.10-3.14 but failed on 3.8 and 3.9. The root cause is See Black's PR: https://github.com/psf/black/pull/4892/changes#diff-d975bf659606195d2165918f93e1cf680ef68ea3c9cab994f033705fea8238b2R18 and issue psf/black#256 The easiest fix is to drop Python 3.8 and 3.9 from test, and use Black >= 26.1.0. Or we can try to reformat the code to make it stable across all Black versions. |
bact
left a comment
There was a problem hiding this comment.
Should we drop Python 3.8 and 3.9 from tests?
Python 3.8 dropped by #115. Python 3.9 still fails. |
I'm tired of forgetting to run these, so make them part of the test suite
Adds lint tests to the test suite so that I stop forgetting to run them