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 Mar 29, 2022
1 parent 0bc45e9 commit 2885eef
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 @@ -37,7 +37,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 2885eef

Please sign in to comment.