File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ distlib==0.3.6
1212docutils == 0.19
1313fastapi == 0.88.0
1414filelock == 3.8.0
15- flake8 == 5 .0.4
15+ flake8 == 6 .0.0
1616flake8-isort == 5.0.3
1717h11 == 0.14.0
1818identify == 2.5.8
1919idna == 3.4
2020imagesize == 1.4.1
21- importlib-metadata == 5.0 .0
21+ importlib-metadata == 5.1 .0
2222iniconfig == 1.1.1
2323isort == 5.10.1
2424jinja2 == 3.1.2
@@ -38,7 +38,7 @@ platformdirs==2.5.3
3838pluggy == 1.0.0
3939pre-commit == 2.20.0
4040py == 1.11.0
41- pycodestyle == 2.9.1
41+ pycodestyle == 2.10.0
4242pydantic == 1.10.2
4343pygments == 2.13.0
4444pyparsing == 3.0.9
@@ -56,7 +56,7 @@ toml==0.10.2
5656tomli == 2.0.1
5757typed-ast == 1.5.4
5858typing-extensions == 4.4.0
59- urllib3 == 1.26.12
59+ urllib3 == 1.26.13
6060uvicorn == 0.19.0
6161virtualenv == 20.16.6
6262virtualenv-clone == 0.5.7
Original file line number Diff line number Diff line change @@ -68,8 +68,10 @@ float_to_top=true
6868# Make flake8 respect black's line length (default 88),
6969max-line-length = 88
7070extend-ignore =
71- E203, # See https://github.com/PyCQA/pycodestyle/issues/373
72- F811, # support typing.overload decorator
71+ # See https://github.com/PyCQA/pycodestyle/issues/373
72+ E203,
73+ # support typing.overload decorator
74+ F811,
7375
7476[tool:pytest]
7577# Run pytest with all our checkers, and don't spam us with massive tracebacks on error
You can’t perform that action at this time.
0 commit comments