Skip to content

Commit 885b37f

Browse files
authored
Merge pull request #14 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 54fcac3 + 112c976 commit 885b37f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: pyupgrade
2727
- repo: https://github.com/psf/black
28-
rev: 22.12.0
28+
rev: 23.1.0
2929
hooks:
3030
- name: black
3131
id: black

referencing/_attrs.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def __dataclass_transform__(
1111
eq_default: bool = ...,
1212
order_default: bool = ...,
1313
kw_only_default: bool = ...,
14-
field_descriptors: tuple[Union[type, Callable[..., Any]], ...] = ...
14+
field_descriptors: tuple[Union[type, Callable[..., Any]], ...] = ...,
1515
) -> Callable[[_T], _T]: ...
1616
@__dataclass_transform__(field_descriptors=(attrib, field))
1717
def define(cls: type[_T]) -> type[_T]: ...

referencing/tests/test_core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ def test_repr(self):
611611

612612

613613
class TestOpaqueSpecification:
614-
615614
THINGS = [{"foo": "bar"}, True, 37, "foo", object()]
616615

617616
@pytest.mark.parametrize("thing", THINGS)

0 commit comments

Comments
 (0)