srstevenson / nb-clean

Clean Jupyter notebooks for version control. Remove metadata, outputs, and execution counts with Git and pre-commit support.
https://pypi.org/project/nb-clean
ISC License
135 stars 18 forks source link

Removed extra quotes from pre-commit #186

Closed jamesbraza closed 1 year ago

jamesbraza commented 1 year ago

Check the examples in https://github.com/psf/black and https://pre-commit.com/, these quotes aren't necessary

jamesbraza commented 1 year ago

Cc @carderne from https://github.com/srstevenson/nb-clean/pull/146

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (bed869c) 98.28% compared to head (445dcbc) 98.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #186 +/- ## ======================================= Coverage 98.28% 98.28% ======================================= Files 3 3 Lines 175 175 ======================================= Hits 172 172 Misses 3 3 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Scott+Stevenson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Scott+Stevenson)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.