* Bump ruff from 0.5.2 to 0.5.7
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.2 to 0.5.7.
- [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.5.2...0.5.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* lint
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
"""Class properties for MediaType."""
@property
- def ALL(self) -> list[MediaType]: # noqa: N802
+ def ALL(cls) -> list[MediaType]: # noqa: N802
"""All MediaTypes."""
return [
MediaType.ARTIST,
"pytest-cov==5.0.0",
"syrupy==4.6.1",
"tomli==2.0.1",
- "ruff==0.5.2",
+ "ruff==0.5.7",
]
[project.scripts]