Diagnosing flake-y config; some ignore=
s work, others don't?
#662
barries
started this conversation in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
~/.config/pycodestyle
like so:But I still need to silence some things on specific lines; for example, the
ignore=...E221
above works, butE202
andE241
still need to be silenced per line (this is part of a large number of lines that are more readable when aligned into columns, table-like):Is this a known issue (my google fu is weak, if so)? If not, what obvious thing am I missing because am python linting naïf?
Also, is there a way to get
pylsp
to return/dump/log the tools it found, the ones that are enabled, their versions, and/or configs? That may seem a bit extra, but when trying to diagnose issues like mine, it can help to establish ground truth so I know what I'm debugging :). No worries if not, just trying to come up to speed.Here's the
nvim
LspInfo
output:Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions