Skip to content

Commit b4bf322

Browse files
authored
Merge pull request #69 from StatCan/dont-lint-docs
Exclude `docs/conf.py` from linting
2 parents 2a29785 + 556b34e commit b4bf322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{ cookiecutter.repo_name }}/pyproject.toml

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

6162
# Same settings as Black

0 commit comments

Comments
 (0)