Skip to content

Commit 832ee51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.10 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.10...v0.13.1)
1 parent e80134f commit 832ee51

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.17.1
12+
rev: v1.18.2
1313
hooks:
1414
- id: mypy
1515
additional_dependencies:
@@ -19,7 +19,7 @@ repos:
1919
- types-setuptools
2020
- types-python-dateutil
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.12.10'
22+
rev: 'v0.13.1'
2323
hooks:
2424
- id: ruff
2525
args: ["--fix"]

0 commit comments

Comments
 (0)