Replies: 1 comment
-
For ruff settings, you may have to ask on ruff extension repo. For pylint there is a setting to disable it (pylint.enabled). For flake8 also there is a setting but in pre-release. @luabud is there a linting specific setting for pylance? |
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
-
I am looking to be able to setup
setting.json
used by VSCode so that I can use ruff instead of pylint,pylance, flake8 linting. I am hoping to get the rules intosettings.json
and not have external.toml
files.Here is what my python settings currently include:
Beta Was this translation helpful? Give feedback.
All reactions