We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6d712 commit 6b126dbCopy full SHA for 6b126db
.pre-commit-config.yaml
@@ -19,6 +19,7 @@ repos:
19
rev: "v0.0.292"
20
hooks:
21
- id: ruff
22
+ args: [--fix, --exit-non-zero-on-fix]
23
- repo: https://github.com/PyCQA/isort
24
rev: 5.12.0
25
jsonschema/validators.py
@@ -126,7 +126,7 @@ def _warn_for_remote_retrieve(uri: str):
126
127
128
_REMOTE_WARNING_REGISTRY = SPECIFICATIONS.combine(
129
- referencing.Registry(retrieve=_warn_for_remote_retrieve), # type: ignore[call-arg] # noqa: E501
+ referencing.Registry(retrieve=_warn_for_remote_retrieve), # type: ignore[call-arg]
130
)
131
132
0 commit comments