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?
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?