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
Pylint currently defaults PYLINT_HOME to ~/.pylint.d. The basedir spec would expect it to be in $XDG_CONFIG_HOME/pylint, defaulting $XDG_CONFIG_HOME to $HOME/.config if it is not set.
Thoughts?
The text was updated successfully, but these errors were encountered:
https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Reference code: https://github.com/PyCQA/pylint/blob/master/pylint/config.py
Pylint currently defaults PYLINT_HOME to ~/.pylint.d. The basedir spec would expect it to be in
$XDG_CONFIG_HOME/pylint
, defaulting$XDG_CONFIG_HOME
to$HOME/.config
if it is not set.Thoughts?
The text was updated successfully, but these errors were encountered: