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

Add ruff rules #241

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Add ruff rules #241

merged 3 commits into from
Nov 25, 2024

Conversation

stefmolin
Copy link
Owner

No description provided.

@github-actions github-actions bot added documentation Improvements or additions to documentation testing Relating to the testing suite shapes Work relating to shapes module data Work relating to data module packaging Relating to packaging bounds Work relating to the bounds module. labels Nov 25, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.53%. Comparing base (712cbf7) to head (67ee5cb).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #241   +/-   ##
=======================================
  Coverage   98.53%   98.53%           
=======================================
  Files          58       58           
  Lines        1908     1911    +3     
  Branches      114      114           
=======================================
+ Hits         1880     1883    +3     
  Misses         25       25           
  Partials        3        3           
Files with missing lines Coverage Δ
src/data_morph/bounds/bounding_box.py 100.00% <100.00%> (ø)
src/data_morph/data/dataset.py 73.41% <100.00%> (+0.34%) ⬆️
src/data_morph/data/loader.py 100.00% <100.00%> (ø)
src/data_morph/shapes/bases/line_collection.py 92.30% <100.00%> (+0.20%) ⬆️
src/data_morph/shapes/bases/point_collection.py 100.00% <100.00%> (ø)
src/data_morph/shapes/bases/shape.py 100.00% <ø> (ø)
src/data_morph/shapes/circles.py 94.23% <100.00%> (+0.11%) ⬆️
src/data_morph/shapes/factory.py 100.00% <100.00%> (ø)
tests/data/test_dataset.py 100.00% <100.00%> (ø)
tests/shapes/test_circles.py 100.00% <100.00%> (ø)
... and 4 more
---- 🚨 Try these New Features:

@stefmolin stefmolin added this to the 0.3.0 milestone Nov 25, 2024
@stefmolin stefmolin merged commit 0a7421a into main Nov 25, 2024
22 checks passed
@stefmolin stefmolin deleted the ruff-rules branch November 25, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounds Work relating to the bounds module. data Work relating to data module documentation Improvements or additions to documentation packaging Relating to packaging shapes Work relating to shapes module testing Relating to the testing suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant