Skip to content

Commit

Permalink
move configuration from setup.cfg to pyproject.toml (cookiecutter#2040)
Browse files Browse the repository at this point in the history
Move configuration from setup.cfg to pyproject.toml

and delete setup.cfg
  • Loading branch information
jensens authored Mar 18, 2024
1 parent 8654c6c commit a308648
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[tool.pytest]
testpaths = "tests"
addopts = "-vvv --cov-report term-missing --cov=cookiecutter"

[tool.doc8]
# TODO: Remove current max-line-length ignore in follow-up and adopt black limit.
# max-line-length = 88
ignore = ["D001"]

[tool.ruff]

target-version = "py37"
Expand Down
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

0 comments on commit a308648

Please sign in to comment.