Skip to content

Version 0.13.4

Compare
Choose a tag to compare
@sobolevn sobolevn released this 19 Jan 10:53
· 1731 commits to master since this release
cde06d6

This is the last 0.13.x supporting release,
we have to concentrate on python3.8 support
and 0.14.0 which will introduce it to the public.

Bugfixes

  • Fix false positive ImplicitYieldFromViolation for async functions #1057
  • Fixes nested-classes-whitelist option default value for flake8 prior 3.7.8 #1093
  • Improve boolean non-keyword arguments validation #1114

Misc

  • Updates flake8-pep3101
  • Updates flake8-builtins
  • Updates flake8-eradicate
  • Several small refactoring sessions
  • Adds hypothesis-based tests
  • Adds flakehell base config
  • Fixes flakehell docs
  • Fixes MAX_NOQA_COMMENTS and related violation docs
  • Fixes OverusedExpressionViolation and TooManyExpressionsViolation docs