gumyr / build123d

A python CAD programming library
Apache License 2.0
386 stars 72 forks source link

Add black config section to `pyproject.toml` and `CONTRIBUTING.md` #561

Closed jdegenstein closed 4 months ago

jdegenstein commented 4 months ago

ruff is currently over 99.9% compatible with black, so I have added both as acceptable formatters to pyproject.toml for this PR

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (72827ff) 96.24% compared to head (ff42daa) 94.85%. Report is 18 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #561 +/- ## ========================================== - Coverage 96.24% 94.85% -1.39% ========================================== Files 24 24 Lines 7746 7759 +13 ========================================== - Hits 7455 7360 -95 - Misses 291 399 +108 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

BogdanTheGeek commented 4 months ago

update CONTRIBUTING.md?

jdegenstein commented 4 months ago

OK I standardized on black and added a new section to contributing.md