Skip to content

Commit 894ee8e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent 48f0d46 commit 894ee8e

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
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.8
18+
rev: v0.14.9
1919
hooks:
2020
- id: ruff-check
2121
args: ["--fix", "--show-fixes"]
@@ -39,7 +39,7 @@ repos:
3939
- types-setuptools
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.19.0
42+
rev: v1.19.1
4343
hooks:
4444
- id: mypy
4545
name: mypy 3.9

0 commit comments

Comments
 (0)