@@ -17,17 +17,18 @@ Semantic versioning in our case means:
17
17
change the client facing API, change code conventions significantly, etc.
18
18
19
19
20
- ## 1.1.0 WIP
21
-
22
- ### Rules
23
-
24
- - Forbids to use ` await ` in ` for ` loop, #1600
25
- - Adds ` WPS477 ` : do not allow ` TypeVarTuple ` after a ` TypeVar ` with a default #3265
20
+ ## 1.1.0
26
21
27
22
### Command line utility
28
23
29
24
This version introduces ` wps ` CLI tool.
30
- - ` wps explain <code> ` command can be used to access WPS violation docs (same as on website) without internet access
25
+ ` wps explain <code> ` command can be used to access WPS
26
+ violation docs (same as on website) but without any internet access.
27
+
28
+ ### Features
29
+
30
+ - Adds ` WPS476 ` : forbids to use ` await ` expressions in ` for ` loops, #1600
31
+ - Adds ` WPS477 ` : forbids ` TypeVarTuple ` after a ` TypeVar ` with a default, #3265
31
32
32
33
### Bugfixes
33
34
@@ -36,8 +37,9 @@ This version introduces `wps` CLI tool.
36
37
- Fixes ` WPS432 ` , now it shows literal num, #1402
37
38
- Fixes ` WPS226 ` , now it points to the first string literal occurrence, #3267
38
39
- Fixes ` WPS605 ` false-positive on ` @staticmethod ` , #3292
39
- - Fixes ` _SELF ` name should not trigger ` WPS117 ` , #3310
40
- - Fixes ` WPS221 ` being too strict with f-strings
40
+ - Fixes ` _SELF ` name not to trigger ` WPS117 ` , #3310
41
+ - Fixes ` WPS221 ` being too strict with f-strings, #3350
42
+
41
43
42
44
## 1.0.0
43
45
0 commit comments