chore(pre-commit.ci): pre-commit autoupdate (#427)

* chore(pre-commit.ci): pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.0...v0.11.0)

* chore(pre-commit.ci): auto fixes

* chore: fix violations

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
pre-commit-ci[bot]
2025-03-17 11:01:24 -10:00
committed by GitHub
parent 28615ee7eb
commit bfc8151005
31 changed files with 52 additions and 38 deletions

View File

@@ -1,6 +1,7 @@
from dbus_fast import Message
from pytest_codspeed import BenchmarkFixture
from dbus_fast import Message
message = Message(
destination="org.bluez",
path="/",

View File

@@ -1,8 +1,9 @@
import io
from dbus_fast._private.unmarshaller import Unmarshaller
from pytest_codspeed import BenchmarkFixture
from dbus_fast._private.unmarshaller import Unmarshaller
def test_unmarshall_bluez_rssi_message(benchmark: BenchmarkFixture) -> None:
bluez_rssi_message = (