Skip to content

Commit 532b92c

Browse files
authored
Merge branch 'master' into simplify-kaiser
2 parents 9093aee + e9e84fc commit 532b92c

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868

6969
# Upload the results to GitHub's code scanning dashboard.
7070
- name: "Upload to code-scanning"
71-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
71+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
7272
with:
7373
sarif_file: results.sarif

.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)