Skip to content

Commit 6e9afd6

Browse files
authored
Merge branch 'master' into faster
2 parents 4a66ad5 + d10d5b9 commit 6e9afd6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/openssf-scorecard.yml

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

7070
# Upload the results to GitHub's code scanning dashboard.
7171
- name: "Upload to code-scanning"
72-
uses: github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
72+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
7373
with:
7474
sarif_file: results.sarif

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ repos:
3838
- id: text-unicode-replacement-char
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444
args: ["-L", "nd"] # ignore "nd" used for n-dimensional
4545
additional_dependencies:
4646
- tomli
4747

4848
- repo: https://github.com/psf/black
49-
rev: 26.1.0
49+
rev: 26.3.0
5050
hooks:
5151
- id: black
5252
exclude: "_vendored/conv_template.py"
@@ -73,7 +73,7 @@ repos:
7373
- flake8-bugbear==25.11.29
7474

7575
- repo: https://github.com/pycqa/isort
76-
rev: 8.0.0
76+
rev: 8.0.1
7777
hooks:
7878
- id: isort
7979
name: isort (python)

0 commit comments

Comments
 (0)