File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,17 +53,14 @@ optional-dependencies.tests = [
5353]
5454urls.Homepage = " https://github.com/matthiask/django-content-editor/"
5555
56- [tool .hatch . build ]
57- include = [
56+ [tool .hatch ]
57+ build. include = [
5858 " content_editor/" ,
5959]
60-
61- [tool .hatch .version ]
62- path = " content_editor/__init__.py"
60+ version.path = " content_editor/__init__.py"
6361
6462[tool .ruff ]
6563target-version = " py310"
66-
6764fix = true
6865show-fixes = true
6966lint.extend-select = [
@@ -118,9 +115,9 @@ lint.isort.combine-as-imports = true
118115lint.isort.lines-after-imports = 2
119116lint.mccabe.max-complexity = 15
120117
121- [tool .pytest . ini_options ]
122- DJANGO_SETTINGS_MODULE = " testapp.settings"
123- python_files = [ " tests.py" , " test_*.py" ]
124- addopts = " --strict-markers"
125- asyncio_mode = " strict"
126- asyncio_default_fixture_loop_scope = " function"
118+ [tool .pytest ]
119+ ini_options. DJANGO_SETTINGS_MODULE = " testapp.settings"
120+ ini_options. python_files = [ " tests.py" , " test_*.py" ]
121+ ini_options. addopts = " --strict-markers"
122+ ini_options. asyncio_mode = " strict"
123+ ini_options. asyncio_default_fixture_loop_scope = " function"
You can’t perform that action at this time.
0 commit comments