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

pre-commit args aren't supported

Open kowalcj0 opened this issue 3 years ago • 0 comments

Hi,

First of all, thank you for creating this really handy tool. I tried to pass some extra arguments to pflake8 command using args key https://pre-commit.com/index.html#config-args, but it it looks like this isn't supported. As a workaround I had to add those extra arguments to the entry key.

entry: pipenv run pflake8 --verbose

It'd be great if pre-commit args were supported.

Thanks

kowalcj0 avatar May 10 '22 14:05 kowalcj0