]> git.ipfire.org Git - thirdparty/httpx.git/commit
Ruff linter: Use the default line-length (#2922)
authorT-256 <132141463+T-256@users.noreply.github.com>
Wed, 29 Nov 2023 09:28:31 +0000 (12:58 +0330)
committerGitHub <noreply@github.com>
Wed, 29 Nov 2023 09:28:31 +0000 (13:28 +0400)
commitfd60b1815cf92354d097ac46aea63ebc0f34fd21
treedcfa6c934ae4752e7925aacbf03d2806cccc62f0
parent90d71e63e017fb5535a97c3c880d1373ae8918f4
Ruff linter: Use the default line-length (#2922)

Co-authored-by: Tester <Tester@test.com>
Co-authored-by: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com>
15 files changed:
httpx/_client.py
httpx/_decoders.py
httpx/_exceptions.py
httpx/_main.py
httpx/_models.py
httpx/_multipart.py
httpx/_transports/default.py
httpx/_urlparse.py
httpx/_urls.py
pyproject.toml
tests/client/test_auth.py
tests/models/test_cookies.py
tests/test_config.py
tests/test_multipart.py
tests/test_utils.py