We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please upgrade dlint to support flake8>=4. There doesn't appear to be any breaking changes that will affect dlint.
https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes
The text was updated successfully, but these errors were encountered:
Looks like the tests will need updating for the new --extend-select option.
--extend-select
https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#features
Sorry, something went wrong.
chore: update requirements
4ac007d
Until [dlint supports flake8>=4](dlint-py/dlint#36) `make update` will fail, and you need to manually fix the version of pyflakes to 2.3.1
Support flake8 v4 (#37)
d23f859
Fixes #36
Successfully merging a pull request may close this issue.
Please upgrade dlint to support flake8>=4. There doesn't appear to be any breaking changes that will affect dlint.
https://flake8.pycqa.org/en/latest/release-notes/4.0.0.html#backwards-incompatible-changes
The text was updated successfully, but these errors were encountered: