Skip to content

Commit b82ea16

Browse files
authored
Merge pull request #218 from sandialabs/pre-commit-ci-update-config
ci: pre-commit auto-update
2 parents 32efccd + 9e985ff commit b82ea16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.12.3
10+
rev: v0.12.4
1111
hooks:
1212
- id: ruff-check
1313
- id: ruff-format
1414

1515
- repo: https://github.com/gitleaks/gitleaks
16-
rev: v8.27.2
16+
rev: v8.28.0
1717
hooks:
1818
- id: gitleaks
1919

2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.16.1
21+
rev: v1.17.0
2222
hooks:
2323
- id: mypy
2424

@@ -47,7 +47,7 @@ repos:
4747
- id: doc8
4848

4949
- repo: https://github.com/regebro/pyroma
50-
rev: "4.3.3"
50+
rev: "5.0"
5151
hooks:
5252
- id: pyroma
5353
additional_dependencies: ["poetry"]

0 commit comments

Comments
 (0)