Skip to content

Commit d841597

Browse files
[pre-commit.ci] pre-commit autoupdate (#635)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 067534c commit d841597

7 files changed

+8
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: ^src/wheel/vendored
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.5.0
21+
rev: v0.6.9
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --show-fixes]

tests/cli/test_pack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from zipfile import ZipFile
88

99
import pytest
10+
1011
from wheel.cli.pack import pack
1112

1213
THISDIR = os.path.dirname(__file__)

tests/cli/test_tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from zipfile import ZipFile
77

88
import pytest
9+
910
from wheel.cli import main, parser
1011
from wheel.cli.tags import tags
1112
from wheel.wheelfile import WheelFile

tests/cli/test_unpack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import stat
55

66
import pytest
7+
78
from wheel.cli.unpack import unpack
89
from wheel.wheelfile import WheelFile
910

tests/test_bdist_wheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
import pytest
1818
import setuptools
19+
1920
from wheel._bdist_wheel import (
2021
bdist_wheel,
2122
get_abi_tag,

tests/test_macosx_libfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import sysconfig
66

77
import pytest
8+
89
from wheel._bdist_wheel import get_platform
910
from wheel.macosx_libfile import extract_macosx_min_system_version
1011

tests/test_wheelfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from zipfile import ZIP_DEFLATED, ZipFile
66

77
import pytest
8+
89
from wheel.cli import WheelError
910
from wheel.wheelfile import WheelFile
1011

0 commit comments

Comments
 (0)