File tree Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Expand file tree Collapse file tree 4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ Semantic versioning in our case means:
17
17
change the client facing API, change code conventions significantly, etc.
18
18
19
19
20
- ## {{ Next Version }}
20
+ ## 0.16.0
21
21
22
22
## Features
23
23
24
+ - Supports new ` flake8 ` version ` 4.x `
24
25
- Now ` InconsistentYieldViolation ` and ` InconsistentReturnViolation ` are raised
25
26
when ` yield ` or ` return ` is used with ` None `
26
27
where plain version should be used #2151
@@ -38,16 +39,17 @@ Semantic versioning in our case means:
38
39
39
40
- Fixes that ` InconsistentComprehensionViolation ` was ignoring
40
41
misaligned ` in ` expressions #2075
41
- - Fixes some common magic methods not being recognized as such #2281
42
+ - Fixes some common magic methods not being recognized as such #2281
42
43
43
44
### Misc
44
45
45
46
- Removes all ` Raises: ` from docstrings, they were unused
46
- - Added example to README.md
47
+ - Added example to ` README.md `
47
48
- Added ` why strict is good `
48
- - Replaced all ` python ` with ` Python ` in README.md
49
- - Improve Docs: Fixed all typos and grammatical errors in CHANGELOG
49
+ - Replaced all ` python ` with ` Python ` in ` README.md `
50
+ - Improve Docs: Fixed all typos and grammatical errors in ` CHANGELOG.md `
50
51
- Updated documentation with the recommended ` isort ` config. #1934
52
+ - Updates ` typing_extensions ` to ` 4.x `
51
53
52
54
53
55
## 0.15.3
Original file line number Diff line number Diff line change 15
15
# This image is also available on Dockerhub:
16
16
# https://hub.docker.com/r/wemakeservices/wemake-python-styleguide
17
17
18
- FROM python:3.9.7 -alpine
18
+ FROM python:3.9.9 -alpine
19
19
20
20
LABEL maintainer=
"[email protected] "
21
21
LABEL vendor="wemake.services"
22
22
23
- ENV WPS_VERSION='0.15.3 '
23
+ ENV WPS_VERSION='0.16.0 '
24
24
ENV REVIEWDOG_VERSION='v0.13.0'
25
25
26
26
RUN apk add --no-cache bash git wget
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ in the docs for examples and integrations.
56
56
We also support [ GitHub Actions] ( https://wemake-python-stylegui.de/en/latest/pages/usage/integrations/github-actions.html ) as first class-citizens.
57
57
[ Try it out] ( https://github.com/marketplace/actions/wemake-python-styleguide ) !
58
58
59
+
59
60
## Strict is the new cool
60
61
61
62
Strict linting offers the following benefits to developers and companies:
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ style = "styles/nitpick-style-wemake.toml"
8
8
9
9
[tool .poetry ]
10
10
name = " wemake-python-styleguide"
11
- version = " 0.15.3 "
11
+ version = " 0.16.0 "
12
12
description = " The strictest and most opinionated python linter ever"
13
13
14
14
license = " MIT"
You can’t perform that action at this time.
0 commit comments