File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11
11
Summary -- Release highlights
12
12
=============================
13
13
14
- * We improved ``pylint ``'s handling of namespace packages. More packages should be
15
- linted without resorting to using the ``-recursive=y `` option.
14
+ In pylint 2.15.0, we added a new check ``missing-timeout `` to warn of
15
+ default timeout values that could cause a program to be hanging indefinitely.
16
+
17
+ >e improved ``pylint ``'s handling of namespace packages. More packages should
18
+ be linted without resorting to using the ``-recursive=y `` option.
16
19
17
20
.. towncrier release notes start
Original file line number Diff line number Diff line change
1
+ We changed the way we handle the changelog internally by using towncrier.
2
+ If you're a contributor you won't have to fix merge conflicts in the
3
+ changelog anymore.
4
+
5
+ Closes #6974
You can’t perform that action at this time.
0 commit comments