Skip to content

Commit c1dda2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 488f438 commit c1dda2f

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
@@ -5,14 +5,14 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.12.2
8+
rev: v0.13.3
99
hooks:
1010
- id: ruff
1111
args: [--fix]
1212
- id: ruff-format
1313

1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v5.0.0
15+
rev: v6.0.0
1616
hooks:
1717
- id: check-case-conflict
1818
- id: check-symlinks
@@ -30,7 +30,7 @@ repos:
3030
args: [--check-filenames]
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.16.1
33+
rev: v1.18.2
3434
hooks:
3535
- id: mypy
3636
exclude: (tests|examples)/

0 commit comments

Comments
 (0)