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

formatter: Add inline python requirements ala PEP 722 #180

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

danielhollas
Copy link
Contributor

You can now run the formatter with uv or pipx directly as:

uv run autoformat.py

Python dependencies will be installed automatically.

TODO: Document this in CONTRIBUTING.md

You can now run the formatter with uv or pipx directly as:

`uv run autoformat.py`

Python dependencies will be installed automatically.
Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.83%. Comparing base (ced2cd4) to head (8a4b8f9).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   92.83%   92.83%   -0.01%     
==========================================
  Files          47       47              
  Lines        6787     6785       -2     
  Branches      762      762              
==========================================
- Hits         6301     6299       -2     
  Misses        474      474              
  Partials       12       12              
Flag Coverage Δ
unittests 21.86% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/h2o_cvrqd.f 98.60% <ø> (-0.01%) ⬇️

@danielhollas danielhollas merged commit 0a5d9f3 into master Aug 22, 2024
19 checks passed
@danielhollas danielhollas deleted the uv branch August 22, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant