mozilla-services / python-dockerflow

A Python package to implement tools and helpers for Mozilla Dockerflow
https://python-dockerflow.readthedocs.io
Mozilla Public License 2.0
38 stars 22 forks source link

Run lint with python 3.11 #88

Closed leplatrem closed 11 months ago

leplatrem commented 11 months ago

Don't we want to run linting with the earliest supported Python version? Or can we run Pylint with the latest supported version (3.11), but "target" 3.8?

Yes, indeed, you're right...

flake8 does not allow it though. Will close