Skip to content

Commit 10d2412

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1)
1 parent f5d6d78 commit 10d2412

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)