Skip to content

Commit fcaf47d

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,11 @@ optional-dependencies.tests = [
4040
]
4141
urls.Homepage = "https://github.com/matthiask/feincms3-data/"
4242

43-
[tool.hatch.version]
44-
path = "feincms3_data/__init__.py"
43+
[tool.hatch]
44+
version.path = "feincms3_data/__init__.py"
4545

4646
[tool.ruff]
4747
target-version = "py310"
48-
4948
fix = true
5049
show-fixes = true
5150
lint.extend-select = [

0 commit comments

Comments
 (0)