Skip to content

Commit 9f368ad

Browse files
author
Tyler Titsworth
authored
Merge branch 'main' into dependabot/pip/pytorch/pytorch-c8b55aa963
2 parents 924f08e + fbaad4f commit 9f368ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repos:
1515
- id: sort-simple-yaml
1616
- id: trailing-whitespace
1717
repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
- hooks:
2020
- id: gitleaks
2121
repo: https://github.com/gitleaks/gitleaks
22-
rev: v8.19.3
22+
rev: v8.20.1
2323
- hooks:
2424
- args: [--license-filepath=.github/license_template.txt, --use-current-year, --detect-license-in-X-top-lines=40, --skip-license-insertion-comment=Copyright]
2525
files: |
@@ -33,7 +33,7 @@ repos:
3333
- args: ["--config", ".github/linters/.hadolint.yaml"]
3434
id: hadolint-docker
3535
repo: https://github.com/hadolint/hadolint
36-
rev: v2.13.0-beta
36+
rev: v2.13.1-beta
3737
- hooks:
3838
- args: ["--config", ".github/linters/.markdown-lint.yaml"]
3939
id: markdownlint
@@ -59,7 +59,7 @@ repos:
5959
- hooks:
6060
- id: black
6161
repo: https://github.com/ambv/black
62-
rev: 24.8.0
62+
rev: 24.10.0
6363
- hooks:
6464
- args: ["--sp", ".github/linters"]
6565
id: isort

0 commit comments

Comments
 (0)