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 black, isort and pre commit #876

Merged
merged 3 commits into from
Jul 9, 2021

Conversation

nils-braun
Copy link
Collaborator

Follow up of #871 to make sure to run black (and also sort for what its worth) on every commit and as an automatic test.

@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2021

Codecov Report

Merging #876 (a707e10) into main (84ec039) will not change coverage.
The diff coverage is 96.15%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #876   +/-   ##
=======================================
  Coverage   95.34%   95.34%           
=======================================
  Files          18       18           
  Lines        1867     1867           
  Branches      368      368           
=======================================
  Hits         1780     1780           
  Misses         47       47           
  Partials       40       40           
Impacted Files Coverage Δ
tsfresh/feature_extraction/extraction.py 95.06% <ø> (ø)
tsfresh/transformers/feature_augmenter.py 100.00% <ø> (ø)
tsfresh/transformers/relevant_feature_augmenter.py 94.87% <ø> (ø)
tsfresh/utilities/dataframe_functions.py 95.83% <ø> (ø)
tsfresh/utilities/string_manipulation.py 100.00% <ø> (ø)
tsfresh/convenience/bindings.py 56.00% <50.00%> (ø)
tsfresh/convenience/relevant_extraction.py 95.65% <100.00%> (ø)
tsfresh/feature_extraction/data.py 95.09% <100.00%> (ø)
tsfresh/feature_extraction/feature_calculators.py 97.60% <100.00%> (ø)
tsfresh/feature_extraction/settings.py 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84ec039...a707e10. Read the comment docs.

@nils-braun nils-braun force-pushed the feature/add-black-isort-and-pre-commit branch from a707e10 to 88be32d Compare July 8, 2021 21:40
@nils-braun nils-braun force-pushed the feature/add-black-isort-and-pre-commit branch from 88be32d to 95dec61 Compare July 9, 2021 05:39
@nils-braun nils-braun merged commit b9a7b18 into main Jul 9, 2021
@nils-braun nils-braun deleted the feature/add-black-isort-and-pre-commit branch July 9, 2021 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants