Skip to content

Commit 39173bb

Browse files
Merge pull request #41 from shenxiangzhuang/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f5d6d78 + 10d2412 commit 39173bb

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.11.12
19+
rev: v0.12.0
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.16.0 # Use the sha / tag you want to point at
26+
rev: v1.16.1 # 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)