⬆ bump ruff from 0.15.17 to 0.16.0 (#89)

* ⬆ bump ruff from 0.15.17 to 0.16.0

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.17 to 0.16.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.15.17...0.16.0)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: ruff warnings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: d3vyce <nicolas.sudres@proton.me>
This commit is contained in:
dependabot[bot]
2026-07-29 10:50:48 +02:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d3vyce
parent 4365dd02e8
commit 6b1b745d5f
7 changed files with 40 additions and 37 deletions
+3
View File
@@ -63,6 +63,9 @@ docs = [
requires = ["uv_build>=0.11.8,<0.12.0"]
build-backend = "uv_build"
[tool.ruff.lint]
ignore = ["BLE001"]
[tool.pytest.ini_options]
testpaths = ["tests"]
anyio_mode = "auto"