File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,17 @@ optional-dependencies.tests = [
5555]
5656urls.Homepage = " https://github.com/matthiask/feincms3/"
5757
58- [tool .hatch . build ]
59- include = [
58+ [tool .hatch ]
59+ build. include = [
6060 " feincms3/" ,
6161]
62-
63- [tool .hatch .version ]
64- path = " feincms3/__init__.py"
65-
66- [tool .hatch .build .targets .sdist ]
67- include = [
62+ build.targets.sdist.include = [
6863 " /feincms3" ,
6964]
65+ version.path = " feincms3/__init__.py"
7066
7167[tool .ruff ]
7268target-version = " py310"
73-
7469fix = true
7570show-fixes = true
7671lint.extend-select = [
@@ -133,7 +128,7 @@ lint.isort.combine-as-imports = true
133128lint.isort.lines-after-imports = 2
134129lint.mccabe.max-complexity = 15
135130
136- [tool .pytest . ini_options ]
137- DJANGO_SETTINGS_MODULE = " testapp.settings"
138- python_files = [ " tests.py" , " test_*.py" ]
139- addopts = " --reuse-db"
131+ [tool .pytest ]
132+ ini_options. DJANGO_SETTINGS_MODULE = " testapp.settings"
133+ ini_options. python_files = [ " tests.py" , " test_*.py" ]
134+ ini_options. addopts = " --reuse-db"
You can’t perform that action at this time.
0 commit comments