Skip to content

Commit 4abcec7

Browse files
[pre-commit.ci] pre-commit autoupdate (#675)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) * autoupdate; update black; update ruff id --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Steven Loria <sloria1@gmail.com>
1 parent 5232851 commit 4abcec7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.11.12
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
10-
rev: 0.33.0
10+
rev: 0.33.2
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
1414
- repo: https://github.com/asottile/blacken-docs
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)