aeye-lab / pymovements

A python package for processing eye movement data
https://pymovements.readthedocs.io
MIT License
57 stars 11 forks source link

ci: remove default stages entry from pre-commit config #658

Closed dkrako closed 5 months ago

dkrako commented 5 months ago

I did a great mistake in #587 when I added the default_stages entry to .pre-commit-config.yaml.

Since then most of the hooks were not running anymore! Catastrophe!

659 should be merged first to remove all the noise from the updated licenses

650 must be merged first due to conflict between pydocstyle and pydoclint (D107)

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (b234122) 100.00% compared to head (a5fe1c0) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #658 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 54 54 Lines 2356 2357 +1 Branches 588 588 ========================================= + Hits 2356 2357 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dkrako commented 5 months ago

pre-commit.ci autofix