Skip to content

Commit 2f50952

Browse files
scopjayvdb
authored andcommitted
Point URLs to PyCQA (#79)
1 parent 8447662 commit 2f50952

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Contributors
1919
* Ignas Mikalajūnas
2020

2121
See also the contributors list on GitHub:
22-
https://github.com/pyflakes/pyflakes/graphs/contributors
22+
https://github.com/PyCQA/pyflakes/graphs/contributors

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ All changes should be include tests and pass flake8_.
8181
.. _`PEP 8`: http://legacy.python.org/dev/peps/pep-0008/
8282
.. _Pychecker: http://pychecker.sourceforge.net/
8383
.. _`rebase your changes`: https://git-scm.com/book/en/v2/Git-Branching-Rebasing
84-
.. _`GitHub pull request`: https://github.com/pyflakes/pyflakes/pulls
84+
.. _`GitHub pull request`: https://github.com/PyCQA/pyflakes/pulls

pyflakes/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ def EXCEPTHANDLER(self, node):
13211321
self.handleNodeStore(node)
13221322
self.handleChildren(node)
13231323
if not is_name_previously_defined:
1324-
# See discussion on https://github.com/pyflakes/pyflakes/pull/59.
1324+
# See discussion on https://github.com/PyCQA/pyflakes/pull/59
13251325

13261326
# We're removing the local name since it's being unbound
13271327
# after leaving the except: block and it's always unbound

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_long_description():
4242
long_description=get_long_description(),
4343
author="A lot of people",
4444
author_email="[email protected]",
45-
url="https://github.com/pyflakes/pyflakes",
45+
url="https://github.com/PyCQA/pyflakes",
4646
packages=["pyflakes", "pyflakes.scripts", "pyflakes.test"],
4747
classifiers=[
4848
"Development Status :: 6 - Mature",

0 commit comments

Comments
 (0)