Skip to content

Commit c39ae80

Browse files
authored
Adjust pre-commit config to autoupdate weekly (#2479)
This PR proposes to adjust the `pre-commit` config to run autoupdate weekly.
1 parent 4046985 commit c39ae80

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# See https://pre-commit.ci for more details
2+
ci:
3+
autofix_commit_msg: 'style: pre-commit fixes'
4+
autoupdate_commit_msg: 'chore: update pre-commit hooks'
5+
autoupdate_schedule: weekly
6+
17
# See https://pre-commit.com for more information
28
# See https://pre-commit.com/hooks.html for more hooks
39
repos:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Changed
1212

13+
* Adjusted the `pre-commit` configuration to run autoupdate weekly [#2479](https://github.com/IntelPython/dpnp/pull/2479)
14+
1315
### Fixed
1416

1517
* 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)

0 commit comments

Comments
 (0)