Skip to content

Commit be4f169

Browse files
authored
Version 1.1.0 release (#3359)
1 parent 98a9118 commit be4f169

File tree

4 files changed

+239
-236
lines changed

4 files changed

+239
-236
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies:
2828
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@latest"
2929
- repo: https://github.com/woodruffw/zizmor-pre-commit
30-
rev: v1.5.1
30+
rev: v1.5.2
3131
hooks:
3232
- id: zizmor
3333
- repo: https://github.com/shellcheck-py/shellcheck-py
@@ -36,7 +36,7 @@ repos:
3636
- id: shellcheck
3737
args: ["--severity=style"]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.11.0
39+
rev: v0.11.2
4040
hooks:
4141
- id: ruff
4242
args: ["--exit-non-zero-on-fix"]

CHANGELOG.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

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
2621

2722
### Command line utility
2823

2924
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
3132

3233
### Bugfixes
3334

@@ -36,8 +37,9 @@ This version introduces `wps` CLI tool.
3637
- Fixes `WPS432`, now it shows literal num, #1402
3738
- Fixes `WPS226`, now it points to the first string literal occurrence, #3267
3839
- 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+
4143

4244
## 1.0.0
4345

0 commit comments

Comments
 (0)