-
Notifications
You must be signed in to change notification settings - Fork 17
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
Not compatible with flake8 5.0 #13
Not compatible with flake8 5.0 #13
Comments
Looks like this class went away: instead the files that are checked are hard-coded inside a function: One alternative could be to use something like |
@schinckel That's a good idea! |
Please see here: |
And here: |
The MyPy team accepted a similar pull request from me ages ago python/mypy#11584. Even from a code quality standpoint, having constants at the top level rather than embedded within code is good style. It seems like Anthony is going out of his way to interfere with this project.
Thanks, this helps. |
For me this is unnamed constant. But sure it’s not monkey patchable this way.
W dniu pon., 1.08.2022 o 15:56 Neil Girdhar ***@***.***>
napisał(a):
… Please see here:
PyCQA/flake8#1634 <PyCQA/flake8#1634>
The MyPy team accepted a similar pull request from me ages ago
python/mypy#11584 <python/mypy#11584>. Even from
a code quality standpoint, having constants at the top level rather than
embedded within code is good style.
I think that is a bad decision from Anthony.
And here: #14 <#14>
Thanks, this helps.
—
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMRLK4SQQSVLFRGXPDSWE3VW7JRBANCNFSM55FQJQIA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Updated the pull request #14, so that it's compatible with flake8 version 5. |
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
- pyproject-flake8 has an issue with flake8 v5 (csachs/pyproject-flake8#13) - This commit pin flake8 version but should be revert once pflake8 fixed.
- pyproject-flake8 has an issue with flake8 v5 (csachs/pyproject-flake8#13) - This commit pin flake8 version but should be revert once pflake8 fixed.
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 5.0 breaks pyproject-flake8: csachs/pyproject-flake8#13 Signed-off-by: Simon Deziel <[email protected]>
The Anthony's fight against |
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
flake8 released version 5.0.0. Because of this, pyproject-flake8 is failing because a class it was using from flake8 no longer exists, resulting in the following error: AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder' This commit can be reversed once this issue is resolved: csachs/pyproject-flake8#13
The text was updated successfully, but these errors were encountered: