feat(LSP): Amend documentation

This is a minimal correction on the comments documenting the use of the
file.
This commit is contained in:
Dionisio E Alonso 2024-02-03 23:31:59 -03:00
parent 00a57f889c
commit 6d2951b2b1
1 changed files with 3 additions and 1 deletions

4
flake8
View File

@ -1,4 +1,6 @@
# Not in official documentation, but it can be placed in $XDG_CONFIG_HOME
# This does not work from $XDG_CONFIG_HOME, but python-lsp-server looks for it
# in that location anyways. This is explicitly achieved here:
# https://github.com/python-lsp/python-lsp-server/blob/fc2851a/pylsp/config/flake8_conf.py#L52
[flake8]
max-line-length = 79
#extend-ignore = E501, W293, W391, E402, W503 # Those are also checked by pylint