Skip to content

Commit

Permalink
Remove duplicate api docs, bump coverage requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 16, 2025
1 parent d610903 commit df7d2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exclude_also = [
"@(abc\\.)?abstractmethod",
]
ignore_errors = true
fail_under = 50
fail_under = 75

[tool.hatch.build]
artifacts = []
Expand Down Expand Up @@ -122,4 +122,4 @@ section-order = ["future", "standard-library", "third-party", "first-party", "lo
title = "airflow-pydantic"
root = "README.md"
pages = ["docs/src/API.md"]
use-autoapi = true
use-autoapi = false

0 comments on commit df7d2e6

Please sign in to comment.