File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,15 @@ This code is heavily based on
49
49
Releases
50
50
========
51
51
52
+ 0.14.0
53
+ ~~~~~~
54
+
55
+ - Added support for Pylint's ignore-patterns for regex based ignores
56
+ thanks to `khokhlin <https://github.com/khokhlin >`_
57
+ - pytest-pylint now caches successful pylint checks to speedup test
58
+ reruns when files haven't changed thanks to `yanqd0
59
+ <https://github.com/yanqd0> `_
60
+
52
61
0.13.0
53
62
~~~~~~
54
63
Original file line number Diff line number Diff line change 13
13
description = 'pytest plugin to check source code with pylint' ,
14
14
long_description = open ("README.rst" ).read (),
15
15
license = 'MIT' ,
16
- version = '0.13 .0' ,
16
+ version = '0.14 .0' ,
17
17
author = 'Carson Gee' ,
18
18
19
19
url = 'https://github.com/carsongee/pytest-pylint' ,
You can’t perform that action at this time.
0 commit comments