Skip to content

Commit 1a85b40

Browse files
pre-commit-ci[bot]shenxiangzhuang
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 7bf179c commit 1a85b40

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,14 +16,14 @@ repos:
1616
args: ["--profile", "black", "--filter-files"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
# Ruff version.
19-
rev: v0.9.4
19+
rev: v0.9.6
2020
hooks:
2121
# Run the linter.
2222
- id: ruff
2323
# Run the formatter.
2424
- id: ruff-format
2525
- repo: https://github.com/pre-commit/mirrors-mypy
26-
rev: v1.14.1 # Use the sha / tag you want to point at
26+
rev: v1.15.0 # Use the sha / tag you want to point at
2727
hooks:
2828
- id: mypy
2929
args: ["--install-types", "--non-interactive", "--ignore-missing-imports", "--check-untyped-defs"]

0 commit comments

Comments
 (0)