Skip to content

Commit 4966c5b

Browse files
jpy-gitPierre-Sassoulas
authored andcommitted
Include testing_pylintrc in source and wheel distributions (#6029)
1 parent 7591ac0 commit 4966c5b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ What's New in Pylint 2.13.4?
2020
============================
2121
Release date: TBA
2222

23+
* Include ``testing_pylintrc`` in source and wheel distributions.
2324

25+
Closes #6028
2426

2527
What's New in Pylint 2.13.3?
2628
============================

doc/whatsnew/2.13.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ Extensions
128128
Other Changes
129129
=============
130130

131+
* Include ``testing_pylintrc`` in source and wheel distributions.
132+
133+
Closes #6028
134+
131135
* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.
132136

133137
Closes #5973

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ console_scripts =
7070
pyreverse = pylint:run_pyreverse
7171
symilar = pylint:run_symilar
7272
73+
[options.package_data]
74+
pylint = testutils/testing_pylintrc
75+
7376
[aliases]
7477
test = pytest
7578

0 commit comments

Comments
 (0)