Answer the question
In order to leave comments, you need to log in
Should I use additional code analyzers in PyCharm?
I am completely satisfied with the built-in linter in PyCharm, but I often see recommendations for using linters and autoformatters like flake8, black, etc. I constantly meet their configs in the repositories on GitHub. I tried to install pylint, and did not notice any difference with the built-in linter. Do third party analysis tools provide an advantage when using PyCharm?
Answer the question
In order to leave comments, you need to log in
Yes, at the moment I settled on a bunch of pylint + flake8 to the built-in PyCharm linter.
The charm has a very weak linter. There is no autoformatter at all.
black - it is necessary. Install a file watcher, let it format the
mypy code itself - preferably if you set it up. Typechecking in the charm is also weak and for some reason does not always work.
Linters are also desirable, but you can do without if you have a sense of beauty.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question