DEV Community

Discussion on: Useful Flake8 Plugins for Python Linting

Collapse
 
houbie profile image
Ivo Houbrechts

Our team is switching from Nodejs to Python with a lot of new things to learn, so I liked the article!
We use Poetry and want to add static code analysis, but I'm not sure if I understand your suggestion to use Poetry for linting. Is the lintingproject meant to be an isolated tool environment or do you actually add the tools as project dependencies?