Skip to content

Commit

Permalink
exclude docs from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed Nov 6, 2024
1 parent 5273707 commit bb78d29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ plugins = [
"pydantic.mypy",
"pydantic.v1.mypy",
]
exclude = [
"docs"
]

[project.scripts]
aact = 'aact.cli:app'

0 comments on commit bb78d29

Please sign in to comment.