-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project moved to coherent-oss/pytest-flake8 #98
Comments
Edit: I was too quick, I still had flake8 < 6 installed. It doesn't work with newer versions either. There also is https://pypi.org/project/pytest-flake8-v2/ (https://github.com/VRGhost/pytest-flake8) which seems to work well and has fixes for latest version of flake8. Not sure about any of the other reported issues. |
Just call `flake8` instead. See - tholo/pytest-flake8#98 - tholo/pytest-flake8#92
Update - the project in PyPI was handed over to me. I've published a new release (1.1.2) pointing to the new hosting at coherent-oss. Further maintenance is welcome there. |
@jaraco, the revived pytest-flake8 project is missing the Issues tracker. |
Fixed. Thanks. |
* Remove support for python 3.8 (EOL 2024-10-07) * Add support for python 3.12 and 3.13 There is a new maintainer for pytest-flake8 (see tholo/pytest-flake8#98), which allows us to migrate to the newest version of flake8.
* Remove support for python 3.8 (EOL 2024-10-07) * Add support for python 3.12 and 3.13 There is a new maintainer for pytest-flake8 (see tholo/pytest-flake8#98), which allows us to migrate to the newest version of flake8.
This project is abandoned and unmaintained (see other reported issues).
In jaraco/skeleton@d2ec047, I updated the projects I maintain to replace pytest-flake8 with pytest-ruff, and it's been working great. I recommend others do the same.
The text was updated successfully, but these errors were encountered: