You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
By default, command line flake8 checks for configuration in places such as ~/.config/flake8. However, linter-flake8 fails to load this configuration file by default, resulting in a surprising experience for newbies: linter-flake8 appears to ignore their preferred style settings.
Please check for flake8 configuration in ~/.config/flake8 by default, in addition to any Atom user specified locations.
The text was updated successfully, but these errors were encountered:
@mcandre can you please test v1.8.0 (or higher) and see if this is working for you? Alternatively you might want to look into putting a tox.ini or setup.cfg file at the project level so the settings move with your project.
linter-flake8 is still not looking for system wide configuration files but rather for project configuration files. It would be great to have this as the default behaviour just like the flake8 package specifies and still maintain support for project-level configurations.
By default, command line flake8 checks for configuration in places such as
~/.config/flake8
. However, linter-flake8 fails to load this configuration file by default, resulting in a surprising experience for newbies: linter-flake8 appears to ignore their preferred style settings.Please check for flake8 configuration in
~/.config/flake8
by default, in addition to any Atom user specified locations.The text was updated successfully, but these errors were encountered: