darglint
darglint copied to clipboard
flake8 and darglint-ignore-regex
Looks like flake8 has added the cmd line option of --darglint-ignore-regex. When putting that in the tox.ini file such as [darglint] darglint-ignore-regex = ^_(.*)
darlint isn't picking up the regex.
If put the --darglint-ignore-regex='^_(.*)' darglint is picking that up.
Yes, it doesn't parse this value from config files. You're welcome to submit a pull request if you think it should.