Skip to content

Commit 9f2de91

Browse files
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
1 parent 1be16bb commit 9f2de91

File tree

503 files changed

+1225
-1221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+1225
-1221
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
⚠ Please make sure that this [issue wasn't already requested][issue search], or already implemented in the main branch.
1111
1212
13-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
13+
[issue search]: https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
1414
1515
- type: textarea
1616
id: what-happened

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
⚠ Please make sure that [this feature wasn't already requested][issue search] or already implemented in the main branch.
1111
1212
13-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
13+
[issue search]: https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
1414
1515
- type: textarea
1616
id: current-problem

.github/ISSUE_TEMPLATE/QUESTION.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ body:
1919
on Discord][Discussions].
2020
2121
22-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
22+
[issue search]:
23+
https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
2324
2425
[Discussions]: https://discord.com/invite/Egy6P8AMB5
2526

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
.. This is used inside the doc to recover the start of the introduction
77
8-
.. image:: https://github.com/PyCQA/pylint/actions/workflows/tests.yaml/badge.svg?branch=main
9-
:target: https://github.com/PyCQA/pylint/actions
8+
.. image:: https://github.com/pylint-dev/pylint/actions/workflows/tests.yaml/badge.svg?branch=main
9+
:target: https://github.com/pylint-dev/pylint/actions
1010

1111
.. image:: https://codecov.io/gh/PyCQA/pylint/branch/main/graph/badge.svg?token=ZETEzayrfk
1212
:target: https://codecov.io/gh/PyCQA/pylint
@@ -23,7 +23,7 @@
2323
:target: https://github.com/ambv/black
2424

2525
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
26-
:target: https://github.com/PyCQA/pylint
26+
:target: https://github.com/pylint-dev/pylint
2727

2828
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/pylint/main.svg
2929
:target: https://results.pre-commit.ci/latest/github/PyCQA/pylint/main
@@ -174,7 +174,7 @@ Please follow the `code of conduct`_ and check `the Contributor Guides`_ if you
174174
make a code contribution.
175175

176176
.. _creating issues because you found a bug or want a feature: https://pylint.readthedocs.io/en/latest/contact.html#bug-reports-feedback
177-
.. _code of conduct: https://github.com/PyCQA/pylint/blob/main/CODE_OF_CONDUCT.md
177+
.. _code of conduct: https://github.com/pylint-dev/pylint/blob/main/CODE_OF_CONDUCT.md
178178
.. _the Contributor Guides: https://pylint.readthedocs.io/en/latest/development_guide/contribute.html
179179

180180
.. This is used inside the doc to recover the end of the short text for contribution
@@ -185,7 +185,7 @@ Show your usage
185185
You can place this badge in your README to let others know your project uses pylint.
186186

187187
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
188-
:target: https://github.com/PyCQA/pylint
188+
:target: https://github.com/pylint-dev/pylint
189189

190190
Learn how to add a badge to your documentation in the `the badge documentation`_.
191191

@@ -194,7 +194,7 @@ Learn how to add a badge to your documentation in the `the badge documentation`_
194194
License
195195
-------
196196

197-
pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/PyCQA/pylint/blob/main/LICENSE>`_.
197+
pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/pylint-dev/pylint/blob/main/LICENSE>`_.
198198

199199
The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_ license:
200200

doc/conf.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
2+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
3+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
44

55
from __future__ import annotations
66

@@ -297,7 +297,9 @@
297297
autosectionlabel_prefix_document = True
298298

299299
# Permit duplicated titles in the resulting document.
300-
# See https://github.com/PyCQA/pylint/issues/7362#issuecomment-1256932866
300+
# See https://github.com/pylint-dev/pylint/issues/7362#issuecomment-1256932866
301301
autosectionlabel_maxdepth = 2
302302

303-
linkcheck_ignore = ["https://github.com/PyCQA/pylint/blob/main/pylint/extensions/.*"]
303+
linkcheck_ignore = [
304+
"https://github.com/pylint-dev/pylint/blob/main/pylint/extensions/.*"
305+
]

doc/contact.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You think you have found a bug in Pylint? Well, this may be the case
99
since Pylint and Python are under heavy development!
1010

1111
Please take the time to check if it is already in the issue tracker at
12-
https://github.com/PyCQA/pylint
12+
https://github.com/pylint-dev/pylint
1313

1414
Note that the issue might also be reported in one of Pylint's major dependencies,
1515
astroid:
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This check is currently only active for "old-style" string formatting as seen in the examples.
2-
See `Issue #6085 <https://github.com/PyCQA/pylint/issues/6085>`_ for more information.
2+
See `Issue #6085 <https://github.com/pylint-dev/pylint/issues/6085>`_ for more information.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This check is currently only active for "old-style" string formatting as seen in the examples.
2-
See `Issue #6085 <https://github.com/PyCQA/pylint/issues/6163>`_ for more information.
2+
See `Issue #6085 <https://github.com/pylint-dev/pylint/issues/6163>`_ for more information.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- `PEP 289 <https://peps.python.org/pep-0289/>`_
2-
- `Benchmark and discussion for any/all/list/tuple <https://github.com/PyCQA/pylint/pull/3309#discussion_r576683109>`_
3-
- `Benchmark and discussion for sum/max/min <https://github.com/PyCQA/pylint/pull/6595#issuecomment-1125704244>`_
2+
- `Benchmark and discussion for any/all/list/tuple <https://github.com/pylint-dev/pylint/pull/3309#discussion_r576683109>`_
3+
- `Benchmark and discussion for sum/max/min <https://github.com/pylint-dev/pylint/pull/6595#issuecomment-1125704244>`_
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !

doc/data/messages/f/fixme/details.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
You can get use regular expressions and the ``notes-rgx`` option to create some constraints for this message.
2-
See `the following issue <https://github.com/PyCQA/pylint/issues/2874>`_ for some examples.
2+
See `the following issue <https://github.com/pylint-dev/pylint/issues/2874>`_ for some examples.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !

doc/data/messages/l/line-too-long/details.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Pragma controls such as ``# pylint: disable=all`` are not counted toward line le
22

33
If you attempt to disable this message via ``# pylint: disable=line-too-long`` in a module with no code, you may receive a message for ``useless-suppression``. This is a false positive of ``useless-suppression`` we can't easily fix.
44

5-
See https://github.com/PyCQA/pylint/issues/3368 for more information.
5+
See https://github.com/pylint-dev/pylint/issues/3368 for more information.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- `PEP 289 – Generator Expressions <https://peps.python.org/pep-0289/>`_
2-
- `Benchmark and discussion during initial implementation <https://github.com/PyCQA/pylint/pull/3309#discussion_r576683109>`_
2+
- `Benchmark and discussion during initial implementation <https://github.com/pylint-dev/pylint/pull/3309#discussion_r576683109>`_
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"""'bad-continuation' was removed from pylint in https://github.com/PyCQA/pylint/pull/3571"""
1+
"""'bad-continuation' was removed from pylint in https://github.com/pylint-dev/pylint/pull/3571"""
22

33
# pylint: disable=bad-continuation # [useless-option-value]
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""'bad-continuation' was removed from pylint in https://github.com/PyCQA/pylint/pull/3571"""
1+
"""'bad-continuation' was removed from pylint in https://github.com/pylint-dev/pylint/pull/3571"""

doc/development_guide/contributor_guide/contribute.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ Here's a list of links you can check depending on what you want to do:
2424
- `Reviewing pull requests`_
2525

2626
.. _`Asking a question on discord`: https://discord.com/invite/qYxpadCgkx
27-
.. _`on github`: https://github.com/PyCQA/pylint/issues/new/choose
28-
.. _`Opening an issue`: https://github.com/PyCQA/pylint/issues/new?assignees=&labels=Needs+triage+%3Ainbox_tray%3A&template=BUG-REPORT.yml
29-
.. _`Making the documentation better`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Documentation+%3Agreen_book%3A%22
30-
.. _`Making the error message better`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+project%3Apycqa%2Fpylint%2F4+
31-
.. _`Reproducing bugs and confirming that issues are valid`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+reproduction+%3Amag%3A%22%2C%22Cannot+reproduce+%F0%9F%A4%B7%22
32-
.. _`Investigating or debugging complicated issues`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+investigation+%F0%9F%94%AC%22
33-
.. _`Designing or specifying a solution`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+design+proposal+%3Alock%3A%22%2C%22Needs+specification+%3Aclosed_lock_with_key%3A%22
34-
.. _`Giving your opinion on ongoing discussion`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+decision+%3Alock%3A%22
35-
.. _`Fixing bugs and crashes`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Bug+%3Abeetle%3A%22%2C%22Crash+%F0%9F%92%A5%22
36-
.. _`Fixing false positives`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Positive+%F0%9F%A6%9F%22
37-
.. _`Creating new features or fixing false negatives`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Negative+%F0%9F%A6%8B%22%2C%22Enhancement+%E2%9C%A8%22
38-
.. _`Reviewing pull requests`: https://github.com/PyCQA/pylint/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+review+%F0%9F%94%8D%22
27+
.. _`on github`: https://github.com/pylint-dev/pylint/issues/new/choose
28+
.. _`Opening an issue`: https://github.com/pylint-dev/pylint/issues/new?assignees=&labels=Needs+triage+%3Ainbox_tray%3A&template=BUG-REPORT.yml
29+
.. _`Making the documentation better`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Documentation+%3Agreen_book%3A%22
30+
.. _`Making the error message better`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+project%3Apycqa%2Fpylint%2F4+
31+
.. _`Reproducing bugs and confirming that issues are valid`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+reproduction+%3Amag%3A%22%2C%22Cannot+reproduce+%F0%9F%A4%B7%22
32+
.. _`Investigating or debugging complicated issues`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+investigation+%F0%9F%94%AC%22
33+
.. _`Designing or specifying a solution`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+design+proposal+%3Alock%3A%22%2C%22Needs+specification+%3Aclosed_lock_with_key%3A%22
34+
.. _`Giving your opinion on ongoing discussion`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+decision+%3Alock%3A%22
35+
.. _`Fixing bugs and crashes`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Bug+%3Abeetle%3A%22%2C%22Crash+%F0%9F%92%A5%22
36+
.. _`Fixing false positives`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Positive+%F0%9F%A6%9F%22
37+
.. _`Creating new features or fixing false negatives`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22False+Negative+%F0%9F%A6%8B%22%2C%22Enhancement+%E2%9C%A8%22
38+
.. _`Reviewing pull requests`: https://github.com/pylint-dev/pylint/pulls?q=is%3Aopen+is%3Apr+label%3A%22Needs+review+%F0%9F%94%8D%22
3939

4040

4141
If you are a pylint maintainer there's also:
@@ -45,10 +45,10 @@ If you are a pylint maintainer there's also:
4545
- `Preparing the next patch release`_
4646
- `Checking stale pull requests status`_
4747

48-
.. _`Triaging issues`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+triage+%3Ainbox_tray%3A%22
49-
.. _`Labeling issues that do not have an actionable label yet`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+-label%3A%22Needs+astroid+Brain+%F0%9F%A7%A0%22+-label%3A%22Needs+astroid+update%22+-label%3A%22Needs+backport%22+-label%3A%22Needs+decision+%3Alock%3A%22+-label%3A%22Needs+investigation+%F0%9F%94%AC%22+-label%3A%22Needs+PR%22+-label%3A%22Needs+reproduction+%3Amag%3A%22+-label%3A%22Needs+review+%F0%9F%94%8D%22+-label%3A%22Needs+triage+%3Ainbox_tray%3A%22+-label%3A%22Waiting+on+author%22+-label%3A%22Work+in+progress%22+-label%3AMaintenance+sort%3Aupdated-desc+-label%3A%22Needs+specification+%3Aclosed_lock_with_key%3A%22+-label%3A%22Needs+design+proposal+%3Alock%3A%22
50-
.. _`Preparing the next patch release`: https://github.com/PyCQA/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+backport%22
51-
.. _`Checking stale pull requests status`: https://github.com/PyCQA/pylint/pulls?q=is%3Aopen+is%3Apr+label%3A%22Work+in+progress%22%2C%22Needs+astroid+update%22%2C%22Waiting+on+author%22
48+
.. _`Triaging issues`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+triage+%3Ainbox_tray%3A%22
49+
.. _`Labeling issues that do not have an actionable label yet`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+-label%3A%22Needs+astroid+Brain+%F0%9F%A7%A0%22+-label%3A%22Needs+astroid+update%22+-label%3A%22Needs+backport%22+-label%3A%22Needs+decision+%3Alock%3A%22+-label%3A%22Needs+investigation+%F0%9F%94%AC%22+-label%3A%22Needs+PR%22+-label%3A%22Needs+reproduction+%3Amag%3A%22+-label%3A%22Needs+review+%F0%9F%94%8D%22+-label%3A%22Needs+triage+%3Ainbox_tray%3A%22+-label%3A%22Waiting+on+author%22+-label%3A%22Work+in+progress%22+-label%3AMaintenance+sort%3Aupdated-desc+-label%3A%22Needs+specification+%3Aclosed_lock_with_key%3A%22+-label%3A%22Needs+design+proposal+%3Alock%3A%22
50+
.. _`Preparing the next patch release`: https://github.com/pylint-dev/pylint/issues?q=is%3Aopen+is%3Aissue+label%3A%22Needs+backport%22
51+
.. _`Checking stale pull requests status`: https://github.com/pylint-dev/pylint/pulls?q=is%3Aopen+is%3Apr+label%3A%22Work+in+progress%22%2C%22Needs+astroid+update%22%2C%22Waiting+on+author%22
5252

5353

5454
Creating a pull request

doc/development_guide/contributor_guide/tests/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pylint is developed using the git_ distributed version control system.
1010

1111
You can clone Pylint using ::
1212

13-
git clone https://github.com/PyCQA/pylint
13+
git clone https://github.com/pylint-dev/pylint
1414

1515
Before you start testing your code, you need to install your source-code package locally.
1616
Suppose you just cloned pylint with the previous ``git clone`` command. To set up your

doc/development_guide/how_tos/custom_checkers.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
How to Write a Checker
44
======================
55
You can find some simple examples in the distribution
6-
(`custom.py <https://github.com/PyCQA/pylint/blob/main/examples/custom.py>`_
6+
(`custom.py <https://github.com/pylint-dev/pylint/blob/main/examples/custom.py>`_
77
,
8-
`custom_raw.py <https://github.com/PyCQA/pylint/blob/main/examples/custom_raw.py>`_
8+
`custom_raw.py <https://github.com/pylint-dev/pylint/blob/main/examples/custom_raw.py>`_
99
and
10-
`deprecation_checker.py <https://github.com/PyCQA/pylint/blob/main/examples/deprecation_checker.py>`_).
10+
`deprecation_checker.py <https://github.com/pylint-dev/pylint/blob/main/examples/deprecation_checker.py>`_).
1111

1212
.. TODO Create custom_token.py
1313

doc/exts/pylint_extensions.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22

33
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
4-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
5-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
4+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
5+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
66

77
"""Script used to generate the extensions file before building the actual documentation."""
88

doc/exts/pylint_features.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python
22

33
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
4-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
5-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
4+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
5+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
66

77
"""Script used to generate the features file before building the actual
88
documentation.

doc/exts/pylint_messages.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
2+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
3+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
44

55
"""Script used to generate the messages files."""
66

@@ -336,7 +336,7 @@ def _generate_checker_url(message: MessageData) -> str:
336336
checker_module_rel_path = os.path.relpath(
337337
message.checker_module_path, PYLINT_BASE_PATH
338338
)
339-
return f"https://github.com/PyCQA/pylint/blob/main/{checker_module_rel_path}"
339+
return f"https://github.com/pylint-dev/pylint/blob/main/{checker_module_rel_path}"
340340

341341

342342
def _write_single_shared_message_page(

doc/exts/pylint_options.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
2+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
3+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
44

55
"""Script used to generate the options page."""
66

doc/test_messages_documentation.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
2+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
3+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
44

55
"""Functional tests for the code examples in the messages' documentation."""
66

0 commit comments

Comments
 (0)