Skip to content

Commit 8a03bf7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
1 parent a098295 commit 8a03bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.6.9"
19+
rev: "v0.8.6"
2020
hooks:
2121
- id: ruff
2222
args: [--fix]
@@ -27,7 +27,7 @@ repos:
2727
- id: black
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v1.11.2"
30+
rev: "v1.14.1"
3131
hooks:
3232
- id: mypy
3333
exclude: (setup.py|^tests|conftest.py)

0 commit comments

Comments
 (0)