Skip to content

Commit 3ca89d2

Browse files
committed
autoupdate; update black; update ruff id
1 parent 6914774 commit 3ca89d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
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
@@ -15,4 +15,4 @@ repos:
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]

tests/test_sqlalchemy_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ class Meta:
713713

714714
def 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,

0 commit comments

Comments
 (0)