diff --git a/pyproject.toml b/pyproject.toml index 6faa353..fed528d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,3 @@ [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" - -[tool.isort] -line_length = 88 -profile = "black" - -[tool.black] -line-length = 88 -experimental-string-processing = true diff --git a/setup.cfg b/setup.cfg index 9eb56db..ca589da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = djhtml -version = 1.5.2 +version = 2.0.0 description = Django/Jinja template indenter long_description = file: README.md long_description_content_type = text/markdown @@ -47,4 +47,4 @@ max-line-length = 88 extend-ignore = E203 [isort] -profile = "black" +profile = black