Skip to content

Commit

Permalink
Version 0.18.0 (#2657)
Browse files Browse the repository at this point in the history
* Version 0.18.0

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Fix CI

* Docs are fixed

* Fix CI
  • Loading branch information
sobolevn authored May 31, 2023
1 parent 5acf4dd commit 77b60da
Show file tree
Hide file tree
Showing 64 changed files with 968 additions and 1,570 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@ Semantic versioning in our case means:
change the client facing API, change code conventions significantly, etc.


## WIP
## 0.18.0

### Features

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

### Bugfixes

- Make `generic_visit()` check script properly handle `with` statements.
- Allow calling magic methods with the same name as the enclosing method #2381
- Fix WrongEmptyLinesCountViolation false positive #2531
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

FROM python:3.9.10-alpine

LABEL maintainer="sobolevn@wemake.services"
LABEL maintainer="mail@sobolevn.me"
LABEL vendor="wemake.services"

ENV WPS_VERSION='0.17.0'
ENV WPS_VERSION='0.18.0'
ENV REVIEWDOG_VERSION='v0.14.1'

RUN apk add --no-cache bash git wget
Expand Down
1 change: 0 additions & 1 deletion docs/pages/usage/integrations/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
editors.rst
auto-formatters.rst
nitpick.rst
legacy.rst
flakeheaven.rst
docker.rst
github-actions.rst
Expand Down
125 changes: 0 additions & 125 deletions docs/pages/usage/integrations/legacy.rst

This file was deleted.

Loading

0 comments on commit 77b60da

Please sign in to comment.