flake8-isort icon indicating copy to clipboard operation
flake8-isort copied to clipboard

Use command line params of flake8

Open Xenya0815 opened this issue 6 years ago • 1 comments

I execute flake8 with the command line param --max-line-length=120. It would be cool if that param is also passed to isort.

The other interesting flake8 cli param is --config. My team has linting configurations for all projects. With flake8 I can reference to that files by using the --config param. You support already a setup.cfg so it would be nice to use the same as the one, used by flake8.

Xenya0815 avatar May 07 '18 18:05 Xenya0815

@Xenya0815 hi!

Thanks for taking the time to report issues/enhancements for flake8-isort, and to actually use it! :+1:

Would you have time to provide a pull request, or do some research on which API calls one needs to do to flake8 to get that data? either of that would help a lot on creating a patch to fix it and getting it released :smiley:

gforcada avatar May 08 '18 12:05 gforcada

Please re-open if you feel like it 👍🏾

gforcada avatar Nov 02 '23 22:11 gforcada