From 56939d9c5ef0ca3d53e69c13d98ef7ea7268b6b6 Mon Sep 17 00:00:00 2001 From: Mike Date: Sun, 1 Sep 2024 08:28:25 -0700 Subject: [PATCH] chore: remove nitpick and black configuration from pyproject.toml --- pyproject.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e416a7d..2f90945 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,16 +3,6 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" -[tool.nitpick] -style = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/nitpick-style-wemake.toml" - - -[tool.black] -target-version = ['py37', 'py38', 'py39', 'py310'] -skip-string-normalization = true -include = '\.pyi?$' - - [tool.poetry] name = "django-eav2" description = "Entity-Attribute-Value storage for Django"