question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not compatible with flake8 5.0

See original GitHub issue
  File "/Users/neil/Library/Caches/pypoetry/virtualenvs/generators-0uytuYoH-py3.10/lib/python3.10/site-packages/pflake8/__init__.py", line 54, in <module>
    class ModifiedConfigFileFinder(flake8.options.config.ConfigFileFinder):
AttributeError: module 'flake8.options.config' has no attribute 'ConfigFileFinder'

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:9
  • Comments:8

github_iconTop GitHub Comments

4reactions
jaklancommented, Aug 25, 2022

@NeilGirdhar

It seems like Anthony is going out of his way to interfere with this project.

The Anthony’s fight against toml is one of the must frustrating things I have ever seen in the Python community. One guy doesn’t like the agreed standard, so he does everything to sabotage its adoption… Anyway, I really cross my fingers for resolving the issue, so we could stay with pyproject.toml-only configs again!

0reactions
wieczorek1990commented, Aug 1, 2022

Updated the pull request #14, so that it’s compatible with flake8 version 5.

Read more comments on GitHub >

github_iconTop Results From Across the Web

5.0.0 – 2022-07-30 — flake8 6.0.0 documentation
Fix physical line plugins not receiving all lines in the case of triple-quoted strings (See also #1534, #1536).
Read more >
Releasing Flake8 — flake8 5.0.4 documentation
We use major releases (e.g., 2.0.0, 3.0.0, etc.) for big, potentially backwards incompatible, releases. We use minor releases (e.g., 2.1.0 ...
Read more >
4.0.0 – 2021-10-10 — flake8 5.0.0 documentation
Due to constant confusion by users, user-level Flake8 configuration files are no longer supported. Files will not be searched for in the user's...
Read more >
Flake8: Your Tool For Style Guide Enforcement — flake8 6.0.0 ...
It is very important to install Flake8 on the correct version of Python for your needs. If you want Flake8 to properly parse...
Read more >
Configuring Flake8 — flake8 5.0.2 documentation
You are not reading the most recent version of this documentation. ... Exception too broad # H233: Python 3.x incompatible use of print...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found