Skip to content

Commit 9555346

Browse files
pre-commit.ci: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.8.0](astral-sh/ruff-pre-commit@v0.3.4...v0.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.13.0](pre-commit/mirrors-mypy@v1.9.0...v1.13.0)
1 parent 7a369c3 commit 9555346

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
@@ -11,22 +11,22 @@ repos:
1111

1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.3.4
14+
rev: v0.8.0
1515
hooks:
1616
- id: ruff
1717
args: [ --fix ]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.5.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-yaml
2424
args: [--allow-multiple-documents]
2525
- id: end-of-file-fixer
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.9.0
29+
rev: v1.13.0
3030
hooks:
3131
- id: mypy
3232
name: mypy

0 commit comments

Comments
 (0)