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
Certain tools like the current flake8 linter are currently using an unstable API which can change at any given time. We should switch to something reliable while avoiding forking as much as possible.
The text was updated successfully, but these errors were encountered:
In linters.py, style.py and so on are classes that inherit structure.Linter. Check those files and their respective modules to see if the API is unstable or not the recommended way to use the module.
Certain tools like the current
flake8
linter are currently using an unstable API which can change at any given time. We should switch to something reliable while avoiding forking as much as possible.The text was updated successfully, but these errors were encountered: