diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-03-07 17:36:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 17:36:13 +0100 |
commit | 3412ef6643a946a04f5e522e5a412ff24b0ea4b9 (patch) | |
tree | 5bfd3eaa24cb78686f0a96f58b6a0a2bdf9f1728 /tools/linter.py | |
parent | b88ab10e9f626d725dfd356e482b686de0bd7d17 (diff) | |
download | numpy-3412ef6643a946a04f5e522e5a412ff24b0ea4b9.tar.gz |
CI: another master -> main fix (#18566)
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( |