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 is pycodestyle (formerly pep8), pyflakes, and a mccabe complexity checker. We should look into migrating to it for CI, it finds stuff that just pycodestyle misses like unused imports and undefined/unused variable names, without being too noisy.
Who will this benefit?
It means I will write less bugs, so really everyone should be happy about this
The text was updated successfully, but these errors were encountered:
Feature
dbt should use
flake8
during CI instead ofpep8
.Feature description
Flake8 is
pycodestyle
(formerlypep8
),pyflakes
, and a mccabe complexity checker. We should look into migrating to it for CI, it finds stuff that justpycodestyle
misses like unused imports and undefined/unused variable names, without being too noisy.Who will this benefit?
It means I will write less bugs, so really everyone should be happy about this
The text was updated successfully, but these errors were encountered: