Version 1.1.0 with `wps explain` CLI
Command line utility
This version introduces wps CLI tool.
wps explain <code> command can be used to access WPS
violation docs (same as on website) but without any internet access.
Features
- Adds
WPS476: forbids to useawaitexpressions inforloops, #1600 - Adds
WPS477: forbidsTypeVarTupleafter aTypeVarwith a default, #3265
Bugfixes
- Fixes
WPS115false-positive onEnumattributes, #3238 - Removes duplicated
WPS312, #3239 - Fixes
WPS432, now it shows literal num, #1402 - Fixes
WPS226, now it points to the first string literal occurrence, #3267 - Fixes
WPS605false-positive on@staticmethod, #3292 - Fixes
_SELFname not to triggerWPS117, #3310 - Fixes
WPS221being too strict with f-strings, #3350
