We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba9cdc commit 79b2693Copy full SHA for 79b2693
Dockerfile
@@ -20,7 +20,7 @@ FROM python:3.9.5-alpine
20
LABEL maintainer="[email protected]"
21
LABEL vendor="wemake.services"
22
23
-ENV WPS_VERSION='0.15.2'
+ENV WPS_VERSION='0.15.3'
24
ENV REVIEWDOG_VERSION='v0.11.0'
25
26
RUN apk add --no-cache bash git wget
pyproject.toml
@@ -8,7 +8,7 @@ style = "styles/nitpick-style-wemake.toml"
8
9
[tool.poetry]
10
name = "wemake-python-styleguide"
11
-version = "0.15.2"
+version = "0.15.3"
12
description = "The strictest and most opinionated python linter ever"
13
14
license = "MIT"
0 commit comments