Skip to content
This repository was archived by the owner on May 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down