Skip to content

Commit

Permalink
Include testing_pylintrc in source and wheel distributions (#6029)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpy-git authored and Pierre-Sassoulas committed Mar 31, 2022
1 parent 7591ac0 commit 4966c5b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ What's New in Pylint 2.13.4?
============================
Release date: TBA

* Include ``testing_pylintrc`` in source and wheel distributions.

Closes #6028

What's New in Pylint 2.13.3?
============================
Expand Down
4 changes: 4 additions & 0 deletions doc/whatsnew/2.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ Extensions
Other Changes
=============

* Include ``testing_pylintrc`` in source and wheel distributions.

Closes #6028

* Fix false positive for ``unnecessary-ellipsis`` when using an ellipsis as a default argument.

Closes #5973
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ console_scripts =
pyreverse = pylint:run_pyreverse
symilar = pylint:run_symilar
[options.package_data]
pylint = testutils/testing_pylintrc
[aliases]
test = pytest
Expand Down

0 comments on commit 4966c5b

Please sign in to comment.