Skip to content

Commit 41aad1d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.21](astral-sh/ruff-pre-commit@v0.15.12...v0.15.21) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.3.0](pre-commit/mirrors-mypy@v2.0.0...v2.3.0)
1 parent 749a609 commit 41aad1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repos:
1414
- id: fix-future-annotations
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.12
17+
rev: v0.15.21
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --exit-non-zero-on-fix]
2121
- id: ruff-format
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v2.0.0
24+
rev: v2.3.0
2525
hooks:
2626
- id: mypy
2727
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)