diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1b902dc886f..220f81804b3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,9 @@ +# See https://pre-commit.ci for more details +ci: + autofix_commit_msg: 'style: pre-commit fixes' + autoupdate_commit_msg: 'chore: update pre-commit hooks' + autoupdate_schedule: weekly + # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: diff --git a/CHANGELOG.md b/CHANGELOG.md index f69349d03478..bf3b51e717a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* Adjusted the `pre-commit` configuration to run autoupdate weekly [#2479](https://github.com/IntelPython/dpnp/pull/2479) + ### Fixed * Fixed a bug for calculating the norm (`dpnp.linalg.norm`) of empty arrays when `keepdims=True` is passed [#2477](https://github.com/IntelPython/dpnp/pull/2477)