diff --git a/requirements.txt b/requirements.txt index b894e76..63ba76c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ distlib==0.3.6 docutils==0.19 fastapi==0.88.0 filelock==3.8.0 -flake8==5.0.4 +flake8==6.0.0 flake8-isort==5.0.0 h11==0.14.0 identify==2.5.8 @@ -38,7 +38,7 @@ platformdirs==2.5.3 pluggy==1.0.0 pre-commit==2.20.0 py==1.11.0 -pycodestyle==2.9.1 +pycodestyle==2.10.0 pydantic==1.10.2 pygments==2.13.0 pyparsing==3.0.9 diff --git a/setup.cfg b/setup.cfg index 96656b3..3fb9d2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,8 +68,10 @@ float_to_top=true # Make flake8 respect black's line length (default 88), max-line-length = 88 extend-ignore = - E203, # See https://github.com/PyCQA/pycodestyle/issues/373 - F811, # support typing.overload decorator + # See https://github.com/PyCQA/pycodestyle/issues/373 + E203, + # support typing.overload decorator + F811, [tool:pytest] # Run pytest with all our checkers, and don't spam us with massive tracebacks on error