Skip to content

Commit

Permalink
exclude nox
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Nov 7, 2023
1 parent 1c653fa commit f3bc68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,12 @@ venv = "venv"
include = [
"src",
"test",
"noxfile.py",
]
extraPaths = [
"vendor",
]
exclude = [
"noxfile.py",
"vendor",
"venv",
"**/.*",
Expand Down

0 comments on commit f3bc68d

Please sign in to comment.