Skip to content

Commit bfc699f

Browse files
github-actions[bot]github-actions[bot]
authored andcommitted
Update .pre-commit-config.yaml
1 parent b8b2034 commit bfc699f

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
@@ -18,18 +18,18 @@ repos:
1818
- --fix=lf
1919
- id: trailing-whitespace
2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: v3.3.3
21+
rev: v3.5.2
2222
hooks:
2323
- id: prettier
2424
- repo: https://github.com/charliermarsh/ruff-pre-commit
25-
rev: v0.7.2
25+
rev: v0.9.7
2626
hooks:
2727
- id: ruff
2828
args:
2929
- --fix
3030
- id: ruff-format
3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.13.0
32+
rev: v1.15.0
3333
hooks:
3434
- id: mypy
3535
args:

0 commit comments

Comments
 (0)