From 5157a771e893821316c184364e4816e85ab897ae Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Sat, 14 Jun 2025 13:20:42 +0200 Subject: [PATCH 1/2] Adjust pre-commit config to autoupdate weekly --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: From 8aad07e36df3a1e4432c9f6e16bd747cff487a59 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Sat, 14 Jun 2025 13:26:48 +0200 Subject: [PATCH 2/2] Add change to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8524f180594..1e2252c78771 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