From 919bd2de2e8f56c9f75ebf2bff95fab383c33593 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Mon, 23 Dec 2024 13:07:52 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 894a842..409197f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,3 +49,6 @@ pytest-randomly = "^3.12" [build-system] requires = ["poetry-core>=1.9.0"] build-backend = "poetry.core.masonry.api" + +[tool.nitpick] +style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/0.19.2/styles/nitpick-style-wemake.toml"