CI: extend fmt
checks for all supported python versions
#124
Labels
enhancement
New feature or request
fmt
checks for all supported python versions
#124
At present we run unit tests against all supported python versions, but not linting/format checking: these run against python 3.10.
Some of the linting/format checks can produce different warnings depending on the version of python: in particular
mypy
andpylint
. As such it would be useful to extend thefmt
job of the push workflow.The text was updated successfully, but these errors were encountered: