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.
2 parents a48161e + e028780 commit 6c9fbbaCopy full SHA for 6c9fbba
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.5.1"
+ rev: "v0.5.2"
20
hooks:
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
jsonschema/tests/test_deprecations.py
@@ -183,7 +183,7 @@ def test_RefResolver(self):
183
self.assertEqual(w.filename, __file__)
184
185
with self.assertWarnsRegex(DeprecationWarning, message) as w:
186
- from jsonschema.validators import RefResolver # noqa: F401, F811
+ from jsonschema.validators import RefResolver # noqa: F401
187
188
189
def test_RefResolutionError(self):
0 commit comments