Skip to content

Commit

Permalink
MAINT: bump repositories (#342)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2023
1 parent fbb9bb9 commit 4ee0bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.254
rev: v0.0.255
hooks:
- id: ruff
args: [--fix, --show-fixes, --format, grouped]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_wheel.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_scipy_like(wheel_scipy_like):
def test_contents(package_library, wheel_library):
artifact = wheel.wheelfile.WheelFile(wheel_library)

for name, regex in zip(sorted(wheel_contents(artifact)), [ # noqa: B905
for name, regex in zip(sorted(wheel_contents(artifact)), [
re.escape('.library.mesonpy.libs/libexample.so'),
re.escape('library-1.0.0.data/headers/examplelib.h'),
re.escape('library-1.0.0.data/scripts/example'),
Expand Down

0 comments on commit 4ee0bea

Please sign in to comment.