Adds `@pre-commit-hooks` hooks.
Adds the standard shareable @pre-commit
hooks from @pre-commit-hooks
.
This also adds the de-facto .git-blame-ignore-revs
to ignore pure linting/formatting commits in git blame
.
git@2.23
learnt how to do this with the following setup:
$ git config --global blame.ignoreRevsFile .git-blame-ignore-revs
$ git config --global blame.markIgnoredLines true
$ git config --global blame.markUnblamableLines true
Edited by Matthew Clarkson
Merge request reports
Activity
Filter activity
assigned to @Matthew.Clarkson
requested review from @Alex.Tercete
- Resolved by Matthew Clarkson
- Resolved by Matthew Clarkson
- Resolved by Matthew Clarkson
ModuleNotFoundError: No module named 'pydantic_core._pydantic_core'
Seems like there may be a bug in
pre-commit
when doing remote execution. I can have a look into that at some point.Edited by Matthew Clarkson
mentioned in merge request ape!64 (merged)
mentioned in merge request download_utils!11 (merged)
- Resolved by Matthew Clarkson
mentioned in issue pre-commit#6 (closed)
Please register or sign in to reply