summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2021-08-09 06:37:03 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-08-09 20:00:57 +0200
commitb7c0a35682077c9d8e77657cae39178bd84196f0 (patch)
tree120b1b346c1a8621e2ce993247488e66881d1afd
parent7572cb8f46982e19fd2205bcb45ddceaf61a65d1 (diff)
downloadpylint-git-b7c0a35682077c9d8e77657cae39178bd84196f0.tar.gz
Update license link to point to main, not master
-rw-r--r--pylint/testutils/pyreverse.py2
-rw-r--r--tests/pyreverse/test_printer.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/pyreverse.py b/pylint/testutils/pyreverse.py
index 8fb5d3819..3546c0bf6 100644
--- a/pylint/testutils/pyreverse.py
+++ b/pylint/testutils/pyreverse.py
@@ -1,5 +1,5 @@
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Optional
diff --git a/tests/pyreverse/test_printer.py b/tests/pyreverse/test_printer.py
index d67107dbd..44dcefc76 100644
--- a/tests/pyreverse/test_printer.py
+++ b/tests/pyreverse/test_printer.py
@@ -1,7 +1,7 @@
# Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com>
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Type