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 am invoking flake8 --verbose, and note it emits the following warning
flake8.options.manager MainProcess 155 WARNING option --requirements-max-depth: please update from optparse string `type=` to argparse callable `type=` -- this will be an error in the future
Just thought I would report! Looks like some internal of flake8-requirements's --requirements-max-depth needs updating.
Setup
My setup.cfg:
[flake8]
max-line-length = 50
Using Python 3.10.4 here's my dependencies:
flake8==5.0.4
flake8-requirements==1.7.0
The text was updated successfully, but these errors were encountered:
I am invoking
flake8 --verbose
, and note it emits the following warningJust thought I would report! Looks like some internal of
flake8-requirements
's--requirements-max-depth
needs updating.Setup
My
setup.cfg
:Using Python 3.10.4 here's my dependencies:
The text was updated successfully, but these errors were encountered: