Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Sep 20, 2024
1 parent 279d69d commit d4d4108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 120
ignore = E203, W503, E704
ignore = E203, W503, E704, E231
per-file-ignores =
tests/conftest.py:E501
tests/test_http.py:E501
Expand Down

0 comments on commit d4d4108

Please sign in to comment.