File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 autoupdate_schedule : monthly
33repos :
44- repo : https://github.com/astral-sh/ruff-pre-commit
5- rev : v0.12.2
5+ rev : v0.12.5
66 hooks :
7- - id : ruff
7+ - id : ruff-check
88 - id : ruff-format
99- repo : https://github.com/python-jsonschema/check-jsonschema
1010 rev : 0.33.2
1515 rev : 1.19.1
1616 hooks :
1717 - id : blacken-docs
18- additional_dependencies : [black==24.10.0 ]
18+ additional_dependencies : [black==25.1.0 ]
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ class Meta:
713713
714714def test_auto_field_does_not_accept_arbitrary_kwargs (models ):
715715 if int (version ("marshmallow" )[0 ]) < 4 :
716- from marshmallow .warnings import RemovedInMarshmallow4Warning
716+ from marshmallow .warnings import RemovedInMarshmallow4Warning # noqa: PLC0415
717717
718718 with pytest .warns (
719719 RemovedInMarshmallow4Warning ,
You can’t perform that action at this time.
0 commit comments