Skip to content

Commit

Permalink
chore: get rid of setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas777 committed Oct 30, 2024
1 parent a109cfb commit ed0e62b
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
Expand Up @@ -21,3 +21,12 @@ select = [
"T20",
]
extend-per-file-ignores = { "*/migrations/*" = ["E501"], "*/tests/*" = ["E501"] }

[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "open_city_profile.tests.settings"
norecursedirs = [".git", "venv*", ".venv*"]
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL", "ALLOW_UNICODE"]

[tool.coverage.run]
branch = true
omit = ["*migrations*", "*site-packages*", "*venv*", "*tests*"]
8 changes: 0 additions & 8 deletions setup.cfg

This file was deleted.

0 comments on commit ed0e62b

Please sign in to comment.