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
Due to arrai-innovations/badass#996, there are many more flake8 plugins available to install. To make use of these plugins, we'd have to change the following in the flake8.yml orb:
install flake8_requirements.txt (this file contains the flake8 requirement)
use flake8 --append-config=.flake8errors to generate only errors
use flake8 --append-config=.flake8warnings to generate only warnings
The text was updated successfully, but these errors were encountered:
Due to arrai-innovations/badass#996, there are many more
flake8
plugins available to install. To make use of these plugins, we'd have to change the following in theflake8.yml
orb:flake8_requirements.txt
(this file contains theflake8
requirement)flake8 --append-config=.flake8errors
to generate only errorsflake8 --append-config=.flake8warnings
to generate only warningsThe text was updated successfully, but these errors were encountered: