Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ruff for formatting #106

Merged
merged 1 commit into from
Nov 14, 2023
Merged

Use ruff for formatting #106

merged 1 commit into from
Nov 14, 2023

Conversation

karpetrosyan
Copy link
Owner

Replace black with ruff; enforce a 120-line length limit for formatter and linter.

See: encode/httpx#2901 and encode/httpcore#831

@karpetrosyan karpetrosyan added the dependencies Pull requests that update a dependency file label Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #106 (b40e56e) into master (aa22fb1) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #106   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         1675      1675           
=========================================
  Hits          1675      1675           
Files Coverage Δ
hishel/_async/_mock.py 100.00% <100.00%> (ø)
hishel/_async/_pool.py 100.00% <100.00%> (ø)
hishel/_async/_storages.py 100.00% <100.00%> (ø)
hishel/_async/_transports.py 100.00% <100.00%> (ø)
hishel/_controller.py 100.00% <100.00%> (ø)
hishel/_files.py 100.00% <100.00%> (ø)
hishel/_headers.py 100.00% <100.00%> (ø)
hishel/_serializers.py 100.00% <100.00%> (ø)
hishel/_utils.py 100.00% <100.00%> (ø)
tests/_async/test_client.py 100.00% <100.00%> (ø)
... and 11 more

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@karpetrosyan karpetrosyan merged commit f81f28e into master Nov 14, 2023
7 checks passed
@karpetrosyan karpetrosyan deleted the drop-black-use-ruff branch November 16, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant