Skip to content

Commit

Permalink
🙈 ignore docs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 5, 2024
1 parent 372af66 commit 6541a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ exclude = '''
| buck-out
| build
| dist
| docs
)/
| foo.py
)
Expand All @@ -110,6 +111,7 @@ mypy_path = "src"
python_version = "3.8"
exclude = [
"tests",
"docs",
"build",
"dist",
"venv",
Expand Down

0 comments on commit 6541a48

Please sign in to comment.