Skip to content

Commit 4ee0bea

Browse files
MAINT: bump repositories (#342)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fbb9bb9 commit 4ee0bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: v0.0.254
28+
rev: v0.0.255
2929
hooks:
3030
- id: ruff
3131
args: [--fix, --show-fixes, --format, grouped]

tests/test_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_scipy_like(wheel_scipy_like):
9191
def test_contents(package_library, wheel_library):
9292
artifact = wheel.wheelfile.WheelFile(wheel_library)
9393

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

0 commit comments

Comments
 (0)