Skip to content

Commit 4c89d17

Browse files
committed
Fix URL to nitpick-style-wemake
Apparently, the latest version (master branch) of `wemake-python-styleguide` does not support nitpick anymore. Therefore, we use the specific latest 0.19.2 version of `nitpick-style-wemake.toml`.
1 parent e583ae5 commit 4c89d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55

66
[tool.nitpick]
7-
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml"
7+
style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/0.19.2/styles/nitpick-style-wemake.toml"
88

99

1010
[tool.poetry]

0 commit comments

Comments
 (0)