-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The template for pyproject.toml has been updated; see the diff below. Please either:
- Action this issue with a pull request applying some/all of these changes to
pyproject.toml1. - Close this issue if none of these changes are appropriate for this repo.
Also consider reviewing a full diff between the template and pyproject.toml, in case other valuable shared conventions have previously been missed.
File Links
- The file in this repo:
pyproject.toml - The template file in the .github repo:
templates/pyproject.toml
Diff
diff --git a/templates/pyproject.toml b/templates/pyproject.toml
index a328bd7..5eedf89 100644
--- a/templates/pyproject.toml
+++ b/templates/pyproject.toml
@@ -127,6 +127,7 @@ exclude = [
[tool.pytest.ini_options] # The list of keys vary by repository
addopts = ["-ra", "-v", "--strict-config", "--strict-markers", "--doctest-modules"] # This addopts list varies by repository
testpaths = "<PATH_TO_MAIN_CODE>" # e.g "cf_units" or "lib/iris"
+log_level = "INFO"
[tool.repo-review]
# A list of the currently failing repo-review checks, to be fixed later, different for every repository.Footnotes
-
Include this text in the PR body to avoid any prompts about applying your changes back to the template!
@scitools-templating: please no share prompt↩
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status