Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#635)
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
pre-commit-ci[bot] authored Oct 11, 2024
1 parent 067534c commit d841597
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: ^src/wheel/vendored

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -18,7 +18,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --show-fixes]
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from zipfile import ZipFile

import pytest

from wheel.cli.pack import pack

THISDIR = os.path.dirname(__file__)
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from zipfile import ZipFile

import pytest

from wheel.cli import main, parser
from wheel.cli.tags import tags
from wheel.wheelfile import WheelFile
Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import stat

import pytest

from wheel.cli.unpack import unpack
from wheel.wheelfile import WheelFile

Expand Down
1 change: 1 addition & 0 deletions tests/test_bdist_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import pytest
import setuptools

from wheel._bdist_wheel import (
bdist_wheel,
get_abi_tag,
Expand Down
1 change: 1 addition & 0 deletions tests/test_macosx_libfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import sysconfig

import pytest

from wheel._bdist_wheel import get_platform
from wheel.macosx_libfile import extract_macosx_min_system_version

Expand Down
1 change: 1 addition & 0 deletions tests/test_wheelfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from zipfile import ZIP_DEFLATED, ZipFile

import pytest

from wheel.cli import WheelError
from wheel.wheelfile import WheelFile

Expand Down

0 comments on commit d841597

Please sign in to comment.