Skip to content

Commit 2cd1961

Browse files
ci(pre-commit.ci): autoupdate (#113)
1 parent 228c933 commit 2cd1961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ exclude: ^LICENSE
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- id: pretty-format-json
1515
args: [--autofix]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.12.2
18+
rev: v0.12.11
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --unsafe-fixes]
@@ -29,7 +29,7 @@ repos:
2929
- id: validate-pyproject
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.16.1
32+
rev: v1.17.1
3333
hooks:
3434
- id: mypy
3535
files: "^src/"

0 commit comments

Comments
 (0)