Skip to content

Commit 98a6598

Browse files
[pre-commit.ci] pre-commit autoupdate (#134)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.7.1](astral-sh/ruff-pre-commit@v0.5.7...v0.7.1) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.13.0](pre-commit/mirrors-mypy@v1.11.1...v1.13.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dfad856 commit 98a6598

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ repos:
77
- id: poetry-check
88

99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.5.7
10+
rev: v0.7.1
1111
hooks:
1212
- id: ruff
1313
- id: ruff-format
1414

1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.11.1
16+
rev: v1.13.0
1717
hooks:
1818
- id: mypy
1919
args: [--ignore-missing-imports]
@@ -32,7 +32,7 @@ repos:
3232
- --no-sort
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v4.6.0
35+
rev: v5.0.0
3636
hooks:
3737
- id: check-case-conflict
3838
- id: end-of-file-fixer

0 commit comments

Comments
 (0)