fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
241 stars 181 forks source link

DOC: Document the coding style enforcement framework #886

Closed jhlegarreta closed 4 months ago

jhlegarreta commented 5 months ago

Add a coding style section to the documentation to reflect the use of the pre-commit and ruff-based style enforcement framework.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 84.37%. Comparing base (ec765e8) to head (aae0d87).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/fury-gl/fury/pull/886/graphs/tree.svg?width=650&height=150&src=pr&token=wrshJ6dyDs&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fury-gl)](https://app.codecov.io/gh/fury-gl/fury/pull/886?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fury-gl) ```diff @@ Coverage Diff @@ ## master #886 +/- ## ======================================= Coverage 84.37% 84.37% ======================================= Files 44 44 Lines 10556 10556 Branches 1432 1432 ======================================= Hits 8907 8907 Misses 1270 1270 Partials 379 379 ```