Skip to content

Commit

Permalink
maybe it is pyproject.
Browse files Browse the repository at this point in the history
  • Loading branch information
pesap committed Apr 15, 2024
1 parent 3810c8b commit b9de5d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ Documentation = "https://github.com/NREL/infrasys#readme"
Issues = "https://github.com/NREL/infrasys/issues"
Source = "https://github.com/NREL/infrasys"

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra"
testpaths = [
"tests",
]
# [tool.pytest.ini_options]
# minversion = "6.0"
# addopts = "-ra"
# testpaths = [
# "tests",
# ]

[tool.ruff]
# Exclude a variety of commonly ignored directories.
Expand Down Expand Up @@ -109,7 +109,7 @@ docstring-code-line-length = "dynamic"
"__init__.py" = ["E402"]
"**/{tests,docs,tools}/*" = ["E402"]

[tool.coverage.run]
include = [
"src/infrasys/**/*.py",
]
# [tool.coverage.run]
# include = [
# "src/infrasys/**/*.py",
# ]

0 comments on commit b9de5d2

Please sign in to comment.