summaryrefslogtreecommitdiff
path: root/tools/linter.py
diff options
context:
space:
mode:
authorGanesh Kathiresan <ganesh3597@gmail.com>2021-03-07 11:02:02 +0530
committerGanesh Kathiresan <ganesh3597@gmail.com>2021-03-07 11:18:25 +0530
commiteb9bc0e8e564f39c7f9167b731ed12b21f5205a7 (patch)
tree35a48632e3806c90b3d6df292b2efa65a205c9c0 /tools/linter.py
parent11cfa1c942ce2ed3d0e08ab50eb1612bb51ec60e (diff)
downloadnumpy-eb9bc0e8e564f39c7f9167b731ed12b21f5205a7.tar.gz
MAINT: Replaced master with main
Diffstat (limited to 'tools/linter.py')
-rw-r--r--tools/linter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linter.py b/tools/linter.py
index f51a8848b..2952e91ed 100644
--- a/tools/linter.py
+++ b/tools/linter.py
@@ -62,7 +62,7 @@ class DiffLinter:
if __name__ == '__main__':
parser = ArgumentParser()
- parser.add_argument("--branch", type=str, default='master',
+ parser.add_argument("--branch", type=str, default='main',
help="The branch to diff against")
parser.add_argument("--uncommitted", action='store_true',
help="Check only uncommitted changes")