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
andTooManyExpressionsViolation
docs