We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e3634 commit 71f859eCopy full SHA for 71f859e
1 file changed
pylsp_black/plugin.py
@@ -15,7 +15,7 @@
15
elif "XDG_CONFIG_HOME" in os.environ:
16
GLOBAL_CONFIG = Path(os.environ["XDG_CONFIG_HOME"]) / "black"
17
else:
18
- GLOBAL_CONFIG = Path.home() / ".config/black"
+ GLOBAL_CONFIG = Path.home() / ".config" / "black"
19
20
21
@hookimpl(tryfirst=True)
0 commit comments