You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flake8 extension has no instructions about how to use plugins in my code. It looks like it isn't possible, or I that I have to use the flake8 install from the environment.
The text was updated successfully, but these errors were encountered:
@pauloneves You can install plugins into your environment and use import strategy as fromEnvironment. We only ship flake8 out of the box. So, you will need to install the plugins in your environment to get the best experience.
Additionally, you can also try the Ruff extension. It uses ruff which has several flake8 plugins implemented in rust for high performance linting.
@luabud we might need a section in the docs explaining this.
Yes, it would work with the fromEnviroment, but I really like the bundled
Flake8, It is not easy to make my colleagues use Static Analysis and Code
formatting tools. We have an requirements-dev.txt with some tools, but we
depend on the developers installing them.
An option to use the Flake8 plugins with the extensions would be nice.
Sure, the documentation can be improved.
Flake8 has a plugin system. There are a lot of useful plugins.
Flake8 extension has no instructions about how to use plugins in my code. It looks like it isn't possible, or I that I have to use the flake8 install from the environment.
The text was updated successfully, but these errors were encountered: