Skip to content

Commit

Permalink
Merge setup.cfg into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Oct 15, 2023
1 parent 4a403c3 commit 060a276
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
[tool.black]
target-version = ['py38']

[tool.coverage.run]
source = ["django_renderpdf"]

[tool.pytest.ini_options]
addopts = """
--cov=django_renderpdf
--cov-report=term-missing:skip-covered
--no-cov-on-fail
--color=yes
"""
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.ruff]
select = [
"E",
Expand Down
10 changes: 0 additions & 10 deletions setup.cfg

This file was deleted.

0 comments on commit 060a276

Please sign in to comment.