Skip to content

Commit 4344406

Browse files
[pre-commit.ci] pre-commit autoupdate (#55)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.1 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.1...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3e1ca32 commit 4344406

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