Turn off mypy and pycodestyle #21015
Unanswered
txstc55
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After the new update, all the warning and errors from mypy and pycodestyle are shown on screen. How can I disable that? I already tried to put the pyproject.toml under the root folder and the package folder with:
[tool.mypy]
files = []
to disable them, but didnt work.
I'm not using a venv for python, or rather, I'm using the root python as my vitual environment shown in zed
Beta Was this translation helpful? Give feedback.
All reactions