Skip to content

Commit 77b60da

Browse files
authored
Version 0.18.0 (#2657)
* Version 0.18.0 * Fix CI * Fix CI * Fix CI * Fix CI * Fix CI * Docs are fixed * Fix CI
1 parent 5acf4dd commit 77b60da

File tree

64 files changed

+968
-1570
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+968
-1570
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
strategy:
18+
fail-fast: false
1819
matrix:
19-
python-version: ['3.7', '3.8', '3.9', '3.10']
20+
python-version: ['3.8', '3.9', '3.10', '3.11']
2021

2122
steps:
2223
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ Semantic versioning in our case means:
1717
change the client facing API, change code conventions significantly, etc.
1818

1919

20-
## WIP
20+
## 0.18.0
2121

2222
### Features
2323

24+
- **Breaking**: drops `python3.7` support, because it has almost reached its EOL
25+
- Adds `python3.11` support
2426
- Bump `flake8` to version `5.x`
25-
- Bump `flake8-bandit` to version `^4.1`
27+
- Bump `flake8-*` dependencies to newer versions
2628
- Added `ChainedIsViolation` #2443
2729
- Added `BuggySuperContextViolation` #2310
2830

2931
### Bugfixes
32+
3033
- Make `generic_visit()` check script properly handle `with` statements.
3134
- Allow calling magic methods with the same name as the enclosing method #2381
3235
- Fix WrongEmptyLinesCountViolation false positive #2531

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
FROM python:3.9.10-alpine
1919

20-
LABEL maintainer="[email protected]"
20+
LABEL maintainer="[email protected]"
2121
LABEL vendor="wemake.services"
2222

23-
ENV WPS_VERSION='0.17.0'
23+
ENV WPS_VERSION='0.18.0'
2424
ENV REVIEWDOG_VERSION='v0.14.1'
2525

2626
RUN apk add --no-cache bash git wget

docs/pages/usage/integrations/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
editors.rst
66
auto-formatters.rst
77
nitpick.rst
8-
legacy.rst
98
flakeheaven.rst
109
docker.rst
1110
github-actions.rst

docs/pages/usage/integrations/legacy.rst

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)