summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.13.rst
blob: 60099b67eeb87d32bfb37ff5e7e64b59e063ad4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
***************************
 What's New in Pylint 2.13
***************************

:Release: 2.13
:Date: TBA

Summary -- Release highlights
=============================

New checkers
============

Removed checkers
================

Extensions
==========

* Pyreverse - add output in mermaid-js format and html which is an mermaid js diagram with html boilerplate

Other Changes
=============

* Require Python ``3.6.2`` to run pylint.

  Closes #5065