Skip to content

Commit

Permalink
move coverage, zest.releaser config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent 3b4dd82 commit c3ad0e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ exclude = """
)
"""

[tool.coverage.run]
omit = "*/babelizer/data/*"
relative_files = true

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
Expand Down Expand Up @@ -171,3 +175,7 @@ underlines = "-^\""
issue_format = "`#{issue} <https://github.com/csdms/babelizer/issues/{issue}>`_"
title_format = "{version} ({project_date})"
wrap = true

[tool.zest-releaser]
tag-format = "v{version}"
python-file-with-version = "babelizer/_version.py"
8 changes: 0 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ ignore =
E501
W503
max-line-length = 88

[zest.releaser]
tag-format = v{version}
python-file-with-version = babelizer/_version.py

[coverage:run]
omit = */babelizer/data/*
relative_files = True

0 comments on commit c3ad0e2

Please sign in to comment.