Skip to content

Commit e11abaa

Browse files
[pre-commit.ci] pre-commit autoupdate (#440)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) <!--pre-commit.ci end-->
1 parent f1a9961 commit e11abaa

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
@@ -3,15 +3,15 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.12.11
6+
rev: v0.13.3
77
hooks:
88
- id: ruff
99
language_version: python3.12
1010
args: [ --fix, --exit-non-zero-on-fix]
1111
- id: ruff-format
1212
language_version: python3.12
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: 'v1.17.1'
14+
rev: 'v1.18.2'
1515
hooks:
1616
- id: mypy
1717
args: [--check-untyped-defs, --ignore-missing-imports]

0 commit comments

Comments
 (0)