tu-graz-library / invenio-records-lom

Invenio module for Learning object metadata.
MIT License
0 stars 5 forks source link

fix: accomodate ruff's rule-changes #151

Closed martinobersteiner closed 1 day ago

martinobersteiner commented 3 weeks ago

as of ruff>=0.6, rule PT001 states that () shouldn't be placed after @pytest.fixture earlier ruff-versions mandated () instead

as of ruff>=0.6.2, rule ARG001 ignores unused arguments in stub-functions

see ruff's changelog