Skip to content

Commit d26273f

Browse files
committed
Clarify why we don't check "py" with isort
It might look like an error that this piece of code doesn't have an `if` for the `api` type, but it is OK. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0496ab4 commit d26273f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ include = '\.pyi?$'
104104
[tool.isort]
105105
profile = "black"
106106
line_length = 88
107+
{#- We don't include "py" here for API because we don't want to check generated files #}
107108
src_paths = ["src", "examples", "tests"]
108109

109110
[tool.pylint.similarities]

0 commit comments

Comments
 (0)