Skip to content

Releases: mobility-university/flake8-newspaper-style

0.4.3

16 Oct 14:10
7ebd4df
Compare
Choose a tag to compare

now detects also newspaper violation within decorated functions

0.4.2

08 Oct 21:14
1068f8a
Compare
Choose a tag to compare
  • proper handling of recursion
  • avoid mutation of AST while traversing, which led to various issues with other flake8 plugins

0.4.1

08 Oct 07:25
661e6a7
Compare
Choose a tag to compare

avoid false positives with unused imports for decorators

0.4.0

08 Oct 07:24
661e6a7
Compare
Choose a tag to compare

support for flake8 v5

0.3.0

29 May 15:15
0a7e856
Compare
Choose a tag to compare

useable for major newspaper style violations.
last change: detect violations within nested function calls

0.2.11

15 May 15:45
67f0464
Compare
Choose a tag to compare

First proper Pypi release with documentation and newspaper-style support.