Skip to content

Commit 4eca05b

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.11.13](astral-sh/ruff-pre-commit@v0.11.6...v0.11.13) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0)
1 parent ea651ad commit 4eca05b

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.11.13
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.0
1010
hooks:
1111
- id: mypy
1212
additional_dependencies:

0 commit comments

Comments
 (0)