dotfiles/flake8

7 lines
349 B
Plaintext

# 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