diff options
Diffstat (limited to 'tools/linter.py')
-rw-r--r-- | tools/linter.py | 2 |
1 files changed, 1 insertions, 1 deletions
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( |