]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use ruff instead of flake8, autoflake and isort (#2648)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 5 Apr 2023 10:37:10 +0000 (12:37 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2023 10:37:10 +0000 (12:37 +0200)
commitdaec2bdcdb96b8ce36dd12bb534ec16851937f44
treeed631d7a2489d4a2f5e3045e96e556c4c48bf8c2
parentab8177c53a2676821cfac53d8f4b343c36f20cbf
Use ruff instead of flake8, autoflake and isort (#2648)

* Use ruff instead of flake8, autoflake and isort

* Update pyproject.toml
httpx/_urls.py
pyproject.toml
requirements.txt
scripts/check
scripts/lint
setup.cfg
tests/client/test_async_client.py
tests/models/test_requests.py
tests/models/test_responses.py
tests/test_exceptions.py
tests/test_wsgi.py