earthlab / abc-classroom

Tools to automate github classroom and autograding workflows
https://abc-classroom.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
29 stars 21 forks source link

Update pre-commit to 3.5.0 #622

Closed pyup-bot closed 9 months ago

pyup-bot commented 11 months ago

This PR updates pre-commit from 3.3.3 to 3.5.0.

Changelog ### 3.5.0 ``` ================== Features - Improve performance of `check-hooks-apply` and `check-useless-excludes`. - 2998 PR by mxr. - 2935 issue by mxr. Fixes - Use `time.monotonic()` for more accurate hook timing. - 3024 PR by adamchainz. Migrating - Require npm 6.x+ for `language: node` hooks. - 2996 PR by RoelAdriaans. - 1983 issue by henryiii. ``` ### 3.4.0 ``` ================== Features - Add `language: haskell`. - 2932 by alunduil. - Improve cpu count detection when run under cgroups. - 2979 PR by jdb8. - 2978 issue by jdb8. Fixes - Handle negative exit codes from hooks receiving posix signals. - 2971 PR by chriskuehl. - 2970 issue by chriskuehl. ```
Links - PyPI: https://pypi.org/project/pre-commit - Changelog: https://data.safetycli.com/changelogs/pre-commit/ - Repo: https://github.com/pre-commit/pre-commit
codecov[bot] commented 11 months ago

Codecov Report

Merging #622 (a47c240) into main (e4f8593) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #622   +/-   ##
=======================================
  Coverage   61.46%   61.46%           
=======================================
  Files          20       20           
  Lines        1173     1173           
=======================================
  Hits          721      721           
  Misses        452      452           
Flag Coverage Δ
unittests 61.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

pyup-bot commented 9 months ago

Closing this in favor of #630