Skip to content

Commit cdefbee

Browse files
[doc] Fix issues with tox -e docs
1 parent 76b4e97 commit cdefbee

File tree

4 files changed

+29
-16
lines changed

4 files changed

+29
-16
lines changed

CONTRIBUTORS.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ contributors:
9393
* Add missing-timeout
9494
- Frank Harrison <[email protected]> (doublethefish)
9595
- Pierre-Yves David <[email protected]>
96-
- David Shea <[email protected]>: invalid sequence and slice index
9796
- Zen Lee <[email protected]>
97+
- David Shea <[email protected]>: invalid sequence and slice index
9898
- Gunung P. Wibisono <[email protected]>
9999
- Derek Gustafson <[email protected]>
100100
- Cezar Elnazli <[email protected]>: deprecated-method
@@ -122,6 +122,7 @@ contributors:
122122
- Robert Hofer <[email protected]>
123123
- Pedro Algarvio <[email protected]> (s0undt3ch)
124124
- Julien Palard <[email protected]>
125+
- Julian Grimm <[email protected]>
125126
- David Liu <[email protected]> (david-yz-liu)
126127
- Dan Goldsmith <[email protected]>: support for msg-template in HTML reporter.
127128
- Buck Evan <[email protected]>
@@ -144,7 +145,6 @@ contributors:
144145
- Lucas Cimon <[email protected]>
145146
- Konstantina Saketou <[email protected]>
146147
- Konstantin <[email protected]>
147-
- Julfried <[email protected]>
148148
- Jim Robertson <[email protected]>
149149
- Ethan Leba <[email protected]>
150150
- Enji Cooper <[email protected]>
@@ -161,6 +161,7 @@ contributors:
161161
* Added new try-except-raise checker
162162
- theirix <[email protected]>
163163
- Téo Bouvard <[email protected]>
164+
- Sviatoslav Sydorenko <[email protected]>
164165
- Stavros Ntentos <[email protected]>
165166
- Nicolas Boulenguez <[email protected]>
166167
- Mihai Balint <[email protected]>
@@ -204,11 +205,13 @@ contributors:
204205
- Ionel Maries Cristian <[email protected]>
205206
- Gergely Kalmár <[email protected]>
206207
- Damien Baty <[email protected]>
208+
- Christian Clauss <[email protected]>
207209
- Benjamin Drung <[email protected]>: contributing Debian Developer
208210
- Anubhav <[email protected]>
209211
- Antonio Quarta <[email protected]>
210212
- Andrew J. Simmons <[email protected]>
211213
- Alexey Pelykh <[email protected]>
214+
- Alex Prabhat Bara <[email protected]>
212215
213216
- jessebrennan <[email protected]>
214217
- chohner <[email protected]>
@@ -249,7 +252,6 @@ contributors:
249252
- Aurelien Campeas <[email protected]>
250253
- Alvaro Frias <[email protected]>
251254
- Alexander Pervakov <[email protected]>
252-
- Alex Prabhat Bara <[email protected]>
253255
- Alain Leufroy <[email protected]>
254256
- Akhil Kamat <[email protected]>
255257
- Adam Williamson <[email protected]>
@@ -260,11 +262,10 @@ contributors:
260262
- craig-sh <[email protected]>
261263
- bernie gray <[email protected]>
262264
- azinneck0485 <[email protected]>
265+
- Wing Lian <[email protected]>
263266
- Wes Turner <[email protected]> (Google): added new check 'inconsistent-quotes'
264267
- Tyler Thieding <[email protected]>
265268
- Tobias Hernstig <[email protected]>
266-
- Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
267-
- Sviatoslav Sydorenko <[email protected]>
268269
269270
- Simu Toni <[email protected]>
270271
- Sergei Lebedev <[email protected]>
@@ -295,7 +296,6 @@ contributors:
295296
296297
- Jérome Perrin <[email protected]>
297298
- Justin Li <[email protected]>
298-
- Julian Grimm <[email protected]>
299299
- John Kirkham <[email protected]>
300300
- Jens H. Nielsen <[email protected]>
301301
- Jake Lishman <[email protected]>
@@ -333,7 +333,6 @@ contributors:
333333
- Alexander Kapshuna <[email protected]>
334334
- Adam Parkin <[email protected]>
335335
- Aaron Liu <[email protected]>
336-
- 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
337336
- 谭九鼎 <[email protected]>
338337
- Łukasz Sznuk <[email protected]>
339338
@@ -391,7 +390,6 @@ contributors:
391390
- Yang Yang <[email protected]>
392391
- Xi Shen <[email protected]>
393392
- Winston H <[email protected]>
394-
- Wing Lian <[email protected]>
395393
- Will Shanks <[email protected]>
396394
- Viorel Știrbu <[email protected]>: intern-builtin warning.
397395
- VictorT <[email protected]>
@@ -525,6 +523,7 @@ contributors:
525523
- John McGehee <[email protected]>
526524
- John Gabriele <[email protected]>
527525
- John Belmonte <[email protected]>
526+
- Johannes Maron <[email protected]>
528527
- Joffrey Mander <[email protected]>
529528
- Jochen Preusche <[email protected]>
530529
- Jeroen Seegers <[email protected]>:
@@ -597,7 +596,6 @@ contributors:
597596
- Clément Schreiner <[email protected]>
598597
- Clément Pit-Claudel <[email protected]>
599598
- Christopher Zurcher <[email protected]>
600-
- Christian Clauss <[email protected]>
601599
- ChandanChainani <[email protected]>
602600
- Carl Crowder <[email protected]>: don't evaluate the value of arguments for 'dangerous-default-value'
603601
- Carey Metcalfe <[email protected]>: demoted `try-except-raise` from error to warning

examples/pylintrc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ timeout-methods=requests.api.delete,requests.api.get,requests.api.head,requests.
456456

457457
[MISCELLANEOUS]
458458

459+
# Whether or not to search for fixme's in docstrings.
460+
check-fixme-in-docstring=no
461+
459462
# List of note tags to take in consideration, separated by a comma.
460463
notes=FIXME,
461464
XXX,
@@ -495,10 +498,10 @@ evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor
495498
# used to format the message information. See doc for all details.
496499
msg-template=
497500

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

504507
# Tells whether to display a full report or only the messages.

examples/pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ timeout-methods = [
407407
]
408408

409409
[tool.pylint.miscellaneous]
410+
# Whether or not to search for fixme's in docstrings.
411+
# check-fixme-in-docstring =
412+
410413
# List of note tags to take in consideration, separated by a comma.
411414
notes = [ "FIXME", "XXX", "TODO" ]
412415

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

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

446450
# Tells whether to display a full report or only the messages.

script/.contributors_aliases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"mails": ["[email protected]"],
8282
"name": "Lorena Buciu"
8383
},
84+
85+
"mails": ["[email protected]"],
86+
"name": "Julian Grimm"
87+
},
8488
8589
"mails": ["[email protected]"],
8690
"name": "Zen Lee"
@@ -899,6 +903,10 @@
899903
"mails": ["[email protected]"],
900904
"name": "Svetoslav Neykov"
901905
},
906+
907+
908+
"name": "Sviatoslav Sydorenko"
909+
},
902910
903911
"mails": ["[email protected]"],
904912
"name": "Anthony Tan"

0 commit comments

Comments
 (0)