Skip to content

Commit 120e98d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.8.0](astral-sh/ruff-pre-commit@v0.5.6...v0.8.0) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](pre-commit/mirrors-mypy@v1.11.1...v1.13.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent cd9a6ba commit 120e98d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.5.6"
4+
rev: "v0.8.0"
55
hooks:
66
- id: ruff
77
args: [--fix]
88
- id: ruff-format
99
args: [--config=pyproject.toml]
1010

1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.11.1
12+
rev: v1.13.0
1313
hooks:
1414
- id: mypy
1515
language_version: python3.8
1616

1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: end-of-file-fixer

0 commit comments

Comments
 (0)