Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit e5c187b

Browse files
committed
Stabilize pre-commit hooks
1 parent 4d37e40 commit e5c187b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ repos:
2525
- id: python-no-log-warn
2626
- id: python-use-type-annotations
2727
- id: text-unicode-replacement-char
28-
- repo: https://github.com/asottile/reorder-python-imports
29-
rev: v3.16.0
30-
hooks:
31-
- id: reorder-python-imports
32-
args: [--py37-plus, --add-import, 'from __future__ import annotations']
3328
- repo: https://github.com/psf/black-pre-commit-mirror
3429
rev: 26.1.0
3530
hooks:
@@ -86,7 +81,7 @@ repos:
8681
hooks:
8782
- id: check-manifest
8883
args: [--no-build-isolation]
89-
additional_dependencies: [setuptools-scm, toml]
84+
additional_dependencies: [setuptools-scm, toml, wheel]
9085
- repo: meta
9186
hooks:
9287
- id: check-hooks-apply

0 commit comments

Comments
 (0)