We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
json.schemastore.org
www.schemastore.org`
1 parent 1e37eba commit cd4c67eCopy full SHA for cd4c67e
1 file changed
tests/usethis/_integrations/pre_commit/test_pre_commit_schema.py
@@ -31,7 +31,7 @@ def test_matches_schema_store(self):
31
local_schema_json = (Path(__file__).parent / "schema.json").read_text()
32
try:
33
online_schema_json = requests.get(
34
- "https://json.schemastore.org/pre-commit-config.json", timeout=5
+ "https://www.schemastore.org/pre-commit-config.json", timeout=5
35
).text
36
except requests.exceptions.RequestException as err:
37
if os.getenv("CI"):
0 commit comments