tonybaloney / perflint

Python Linter for performance anti patterns
MIT License
659 stars 10 forks source link

(Enhancement) Add flake8 plugin #36

Open GideonBear opened 1 year ago

GideonBear commented 1 year ago

Hello, I use flake8 for linting my code, and there are flake8 plugins for a lot of things, like flake8-isort for isort, even flake8-pylint for pylint, but unfortunately flake8-pylint doesn't work with pylint plugins. I have no idea how hard it is to port a pylint plugin to flake8, but if I'm able to, I would be glad to help.

GideonBear commented 1 year ago

I managed to get it working with flake8-pylint using a .pylintrc file