Skip to content

Commit

Permalink
Update configuration and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapJoris committed Jan 31, 2023
1 parent 898894b commit b88355b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -47,4 +47,4 @@ max-line-length = 88
extend-ignore = E203

[isort]
profile = "black"
profile = black

0 comments on commit b88355b

Please sign in to comment.