Replies: 1 comment
-
Pyright and flake8 are completely separate tools. Pyright doesn't pay any attention to settings used by flake8 and vice versa. You'd need to talk to the maintainers of flake8 for this question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using the option
python.linting.flake8Enabled
but I noticed all flake8 issues are shown as errors, and since they are usually only formatting issues, I rather have them as hints, or warning at the most. Is there a way to achieve this?Beta Was this translation helpful? Give feedback.
All reactions