Skip to content

Commit 8cfd4d6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.6...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1)
1 parent 380f0d6 commit 8cfd4d6

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
@@ -1,12 +1,12 @@
11
repos:
2-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3-
rev: v0.11.6
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
rev: v0.12.0
44
hooks:
55
- id: ruff
66
args: [ --fix ]
77
- id: ruff-format
88
- repo: https://github.com/pre-commit/mirrors-mypy
9-
rev: v1.15.0
9+
rev: v1.16.1
1010
hooks:
1111
- id: mypy
1212
additional_dependencies:

0 commit comments

Comments
 (0)