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 situation as the flake8 docs suggests putting system wide configurations in the file.
While it is good to have project-level configurations, a system-wide configuration file would be much more helpful in cases where you are working in directories which might not necessarily be a project. #57 is closed although the issue is still unresolved.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 situation as theflake8
docs suggests putting system wide configurations in the file.While it is good to have project-level configurations, a system-wide configuration file would be much more helpful in cases where you are working in directories which might not necessarily be a project.
#57 is closed although the issue is still unresolved.
The text was updated successfully, but these errors were encountered: