Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Merge resulted in duplicate entries.
  • Loading branch information
crwilcox authored Feb 16, 2024
1 parent 93fe07e commit b2c161b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ target-version = "py37"
[tool.isort]
profile = "black"

[tool.coverage.run]
branch = true
relative_files = true
omit = [ "nox/_typing.py" ]

[tool.coverage.report]
exclude_lines = [ "pragma: no cover", "if TYPE_CHECKING:", "@overload" ]

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
Expand Down Expand Up @@ -106,6 +98,7 @@ testpaths = [ "tests" ]

[tool.coverage.run]
branch = true
relative_files = true
omit = [ "nox/_typing.py" ]

[tool.coverage.report]
Expand Down

0 comments on commit b2c161b

Please sign in to comment.