From 3412ef6643a946a04f5e522e5a412ff24b0ea4b9 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 7 Mar 2021 17:36:13 +0100 Subject: CI: another master -> main fix (#18566) --- tools/linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linter.py') diff --git a/tools/linter.py b/tools/linter.py index 2952e91ed..b1bab2b70 100644 --- a/tools/linter.py +++ b/tools/linter.py @@ -40,7 +40,7 @@ class DiffLinter: """ Original Author: Josh Wilson (@person142) Source: - https://github.com/scipy/scipy/blob/master/tools/lint_diff.py + https://github.com/scipy/scipy/blob/main/tools/lint_diff.py Run pycodestyle on the given diff. """ res = subprocess.run( -- cgit v1.2.1