Features
- Breaking: drops
python3.6
support - Adds support for pattern matching naming rules, same as other variables
- Adds
--show-violation-links
option to show links to violation docs - Adds
__init_subclass__
in the beginning of accepted methods
order as per WPS338 #2411 - Adds
WrongEmptyLinesCountViolation
to check
for too many lines in functions and methods definitions #2486
Bugfixes
- Fixes
WPS226
false positives on|
use inSomeType | AnotherType
type hints syntax - Now
-1
is not reported to be an overused expression - Allow
__aiter__
to be async iterator - Adds violation method name to error message of
YieldMagicMethodViolation
- Fixes direct docker image invocation #2492