stefmolin / data-morph

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing. It is intended to be used as a teaching tool to illustrate the importance of data visualization.
https://stefaniemolin.com/data-morph/
MIT License
60 stars 16 forks source link

Excluded code of conduct from codespell hook. #184

Closed nickc6424 closed 2 months ago

nickc6424 commented 2 months ago

No Github issue for this.

Describe your changes Changed the exclude pattern on the codespell pre-commit hook to exclude CODE_OF_CONDUCT.md

Checklist

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 98.42%. Comparing base (2b0666e) to head (51b8d26). Report is 23 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/stefmolin/data-morph/pull/184/graphs/tree.svg?width=650&height=150&src=pr&token=3SEEG9SZQO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin)](https://app.codecov.io/gh/stefmolin/data-morph/pull/184?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stefanie+Molin) ```diff @@ Coverage Diff @@ ## main #184 +/- ## ========================================== + Coverage 98.38% 98.42% +0.03% ========================================== Files 43 43 Lines 1737 1775 +38 Branches 345 358 +13 ========================================== + Hits 1709 1747 +38 Misses 25 25 Partials 3 3 ```