M
M
mkone1122020-11-14 01:27:13
PyCharm
mkone112, 2020-11-14 01:27:13

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

2 answer(s)
M
mkone112, 2020-11-14
@mkone112

Yes, at the moment I settled on a bunch of pylint + flake8 to the built-in PyCharm linter.

R
Roman Kitaev, 2020-11-14
@deliro

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 question

Ask a Question

731 491 924 answers to any question