Skip to content

Commit 556b34e

Browse files
authored
Only exclude docs/conf.py
1 parent 750a444 commit 556b34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exclude = [
5656
"build",
5757
"dist",
5858
"venv",
59-
"docs",
59+
"docs/conf.py",
6060
]
6161

6262
# Same settings as Black

0 commit comments

Comments
 (0)