Skip to content

Commit 9c135e5

Browse files
authored
Merge pull request #9 from python-jsonschema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e6fe2b5 + 0c15fb2 commit 9c135e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 23.12.1
25+
rev: 24.1.1
2626
hooks:
2727
- name: black
2828
id: black

referencing_loaders/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
r"""
22
Helpers for loading `referencing.Resource`\ s out of various places.
33
"""
4+
45
from __future__ import annotations
56

67
from pathlib import Path

0 commit comments

Comments
 (0)