mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
chore: remove nitpick and black configuration from pyproject.toml
This commit is contained in:
parent
3ccf3146eb
commit
56939d9c5e
1 changed files with 0 additions and 10 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue