Skip to content

Fix tox docs by setting setuptools > 77 and adding contributors aliases #10308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ contributors:
* Add missing-timeout
- Frank Harrison <[email protected]> (doublethefish)
- Pierre-Yves David <[email protected]>
- David Shea <[email protected]>: invalid sequence and slice index
- Zen Lee <[email protected]>
- David Shea <[email protected]>: invalid sequence and slice index
- Gunung P. Wibisono <[email protected]>
- Derek Gustafson <[email protected]>
- Cezar Elnazli <[email protected]>: deprecated-method
Expand Down Expand Up @@ -122,6 +122,7 @@ contributors:
- Robert Hofer <[email protected]>
- Pedro Algarvio <[email protected]> (s0undt3ch)
- Julien Palard <[email protected]>
- Julian Grimm <[email protected]>
- David Liu <[email protected]> (david-yz-liu)
- Dan Goldsmith <[email protected]>: support for msg-template in HTML reporter.
- Buck Evan <[email protected]>
Expand All @@ -144,7 +145,6 @@ contributors:
- Lucas Cimon <[email protected]>
- Konstantina Saketou <[email protected]>
- Konstantin <[email protected]>
- Julfried <[email protected]>
- Jim Robertson <[email protected]>
- Ethan Leba <[email protected]>
- Enji Cooper <[email protected]>
Expand All @@ -161,6 +161,7 @@ contributors:
* Added new try-except-raise checker
- theirix <[email protected]>
- Téo Bouvard <[email protected]>
- Sviatoslav Sydorenko <[email protected]>
- Stavros Ntentos <[email protected]>
- Nicolas Boulenguez <[email protected]>
- Mihai Balint <[email protected]>
Expand Down Expand Up @@ -204,11 +205,13 @@ contributors:
- Ionel Maries Cristian <[email protected]>
- Gergely Kalmár <[email protected]>
- Damien Baty <[email protected]>
- Christian Clauss <[email protected]>
- Benjamin Drung <[email protected]>: contributing Debian Developer
- Anubhav <[email protected]>
- Antonio Quarta <[email protected]>
- Andrew J. Simmons <[email protected]>
- Alexey Pelykh <[email protected]>
- Alex Prabhat Bara <[email protected]>
- wtracy <[email protected]>
- jessebrennan <[email protected]>
- chohner <[email protected]>
Expand Down Expand Up @@ -249,7 +252,6 @@ contributors:
- Aurelien Campeas <[email protected]>
- Alvaro Frias <[email protected]>
- Alexander Pervakov <[email protected]>
- Alex Prabhat Bara <[email protected]>
- Alain Leufroy <[email protected]>
- Akhil Kamat <[email protected]>
- Adam Williamson <[email protected]>
Expand All @@ -260,11 +262,10 @@ contributors:
- craig-sh <[email protected]>
- bernie gray <[email protected]>
- azinneck0485 <[email protected]>
- Wing Lian <[email protected]>
- Wes Turner <[email protected]> (Google): added new check 'inconsistent-quotes'
- Tyler Thieding <[email protected]>
- Tobias Hernstig <[email protected]>
- Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
- Sviatoslav Sydorenko <[email protected]>
- Smixi <[email protected]>
- Simu Toni <[email protected]>
- Sergei Lebedev <[email protected]>
Expand Down Expand Up @@ -295,7 +296,6 @@ contributors:
- LCD 47 <[email protected]>
- Jérome Perrin <[email protected]>
- Justin Li <[email protected]>
- Julian Grimm <[email protected]>
- John Kirkham <[email protected]>
- Jens H. Nielsen <[email protected]>
- Jake Lishman <[email protected]>
Expand Down Expand Up @@ -333,7 +333,6 @@ contributors:
- Alexander Kapshuna <[email protected]>
- Adam Parkin <[email protected]>
- Aaron Liu <[email protected]>
- 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
- 谭九鼎 <[email protected]>
- Łukasz Sznuk <[email protected]>
- zasca <[email protected]>
Expand Down Expand Up @@ -391,7 +390,6 @@ contributors:
- Yang Yang <[email protected]>
- Xi Shen <[email protected]>
- Winston H <[email protected]>
- Wing Lian <[email protected]>
- Will Shanks <[email protected]>
- Viorel Știrbu <[email protected]>: intern-builtin warning.
- VictorT <[email protected]>
Expand Down Expand Up @@ -525,6 +523,7 @@ contributors:
- John McGehee <[email protected]>
- John Gabriele <[email protected]>
- John Belmonte <[email protected]>
- Johannes Maron <[email protected]>
- Joffrey Mander <[email protected]>
- Jochen Preusche <[email protected]>
- Jeroen Seegers <[email protected]>:
Expand Down Expand Up @@ -597,7 +596,6 @@ contributors:
- Clément Schreiner <[email protected]>
- Clément Pit-Claudel <[email protected]>
- Christopher Zurcher <[email protected]>
- Christian Clauss <[email protected]>
- ChandanChainani <[email protected]>
- Carl Crowder <[email protected]>: don't evaluate the value of arguments for 'dangerous-default-value'
- Carey Metcalfe <[email protected]>: demoted `try-except-raise` from error to warning
Expand Down
11 changes: 7 additions & 4 deletions examples/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ timeout-methods=requests.api.delete,requests.api.get,requests.api.head,requests.

[MISCELLANEOUS]

# Whether or not to search for fixme's in docstrings.
check-fixme-in-docstring=no

# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
XXX,
Expand Down Expand Up @@ -495,10 +498,10 @@ evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor
# used to format the message information. See doc for all details.
msg-template=

# Set the output format. Available formats are: text, parseable, colorized,
# json2 (improved json format), json (old json format) and msvs (visual
# studio). You can also give a reporter class, e.g.
# mypackage.mymodule.MyReporterClass.
# Set the output format. Available formats are: 'text', 'parseable',
# 'colorized', 'json2' (improved json format), 'json' (old json format), msvs
# (visual studio) and 'github' (GitHub actions). You can also give a reporter
# class, e.g. mypackage.mymodule.MyReporterClass.
#output-format=

# Tells whether to display a full report or only the messages.
Expand Down
10 changes: 7 additions & 3 deletions examples/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ timeout-methods = [
]

[tool.pylint.miscellaneous]
# Whether or not to search for fixme's in docstrings.
# check-fixme-in-docstring =

# List of note tags to take in consideration, separated by a comma.
notes = [ "FIXME", "XXX", "TODO" ]

Expand Down Expand Up @@ -438,9 +441,10 @@ evaluation = "max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refact
# used to format the message information. See doc for all details.
# msg-template =

# Set the output format. Available formats are: text, parseable, colorized, json2
# (improved json format), json (old json format) and msvs (visual studio). You
# can also give a reporter class, e.g. mypackage.mymodule.MyReporterClass.
# Set the output format. Available formats are: 'text', 'parseable', 'colorized',
# 'json2' (improved json format), 'json' (old json format), msvs (visual studio)
# and 'github' (GitHub actions). You can also give a reporter class, e.g.
# mypackage.mymodule.MyReporterClass.
# output-format =

# Tells whether to display a full report or only the messages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"

requires = [ "setuptools>=71.0.4" ]
requires = [ "setuptools>=77" ]

[project]
name = "pylint"
Expand Down
8 changes: 8 additions & 0 deletions script/.contributors_aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
"mails": ["[email protected]"],
"name": "Lorena Buciu"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Julian Grimm"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Zen Lee"
Expand Down Expand Up @@ -899,6 +903,10 @@
"mails": ["[email protected]"],
"name": "Svetoslav Neykov"
},
"[email protected]": {
"mails": ["[email protected]", "[email protected]"],
"name": "Sviatoslav Sydorenko"
},
"[email protected]": {
"mails": ["[email protected]"],
"name": "Anthony Tan"
Expand Down
Loading