CadQuery / cadquery

A python parametric CAD scripting framework based on OCCT
https://cadquery.readthedocs.io
Other
2.93k stars 276 forks source link

Updated setup.py for CQ black fork #1513

Closed jmwright closed 4 months ago

jmwright commented 5 months ago

We do not use the stock version of black anymore.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (e9b8b31) 94.48% compared to head (0ee2253) 94.48%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1513 +/- ## ======================================= Coverage 94.48% 94.48% ======================================= Files 28 28 Lines 5780 5780 Branches 1071 1071 ======================================= Hits 5461 5461 Misses 193 193 Partials 126 126 ```

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

adam-urbanczyk commented 4 months ago

LGTM, simple enough so merging. Thanks @jmwright !