From 51f8075ce99c06c56474fa5edab6e97065998fa2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 15:05:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- reproschema/context_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproschema/context_url.py b/reproschema/context_url.py index a5aa964..7a01062 100644 --- a/reproschema/context_url.py +++ b/reproschema/context_url.py @@ -1,2 +1,2 @@ # this is automatically updated after reproschema new release -CONTEXTFILE_URL = 'https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema' +CONTEXTFILE_URL = "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema"