Skip to content

Commit df5bc45

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 27e1a4d commit df5bc45

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,12 @@ optional-dependencies.tests = [
4646
]
4747
urls.Homepage = "https://github.com/feincms/form-designer/"
4848

49-
[tool.hatch.version]
50-
path = "form_designer/__init__.py"
51-
52-
[tool.hatch.build]
53-
include = [ "/form_designer" ]
49+
[tool.hatch]
50+
build.include = [ "/form_designer" ]
51+
version.path = "form_designer/__init__.py"
5452

5553
[tool.ruff]
5654
target-version = "py39"
57-
5855
fix = true
5956
show-fixes = true
6057
lint.extend-select = [

0 commit comments

Comments
 (0)