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
I wish to use same flake8 rules for .py and .ipynb files. So it makes sense to allow to pass config path to flake8, like %flake8_on --config=setup.cfg. After this flake8 should apply all parameters fron the config.
I could try to implement this if it makes sense for the maintainer. Does it?
The text was updated successfully, but these errors were encountered:
I wish to use same flake8 rules for .py and .ipynb files. So it makes sense to allow to pass config path to flake8, like
%flake8_on --config=setup.cfg
. After this flake8 should apply all parameters fron the config.I could try to implement this if it makes sense for the maintainer. Does it?
The text was updated successfully, but these errors were encountered: