Skip to content

Commit 06237fb

Browse files
authored
Merge pull request #29 from sandialabs/pre-commit-ci-update-config
ci: pre-commit auto-update
2 parents 63a23cd + 452fb68 commit 06237fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ ci:
77
repos:
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.4.10
10+
rev: v0.5.0
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]
1414
- id: ruff-format
1515

1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.10.0
17+
rev: v1.10.1
1818
hooks:
1919
- id: mypy
2020

0 commit comments

Comments
 (0)