Skip to content

Commit 678f892

Browse files
Add linting isort skip for new recipes dir. location
1 parent cbce19e commit 678f892

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ line_length=79
1919
# cause errors due to bad or circular importing across the modules.
2020
extend_skip_glob = [
2121
"**/__init__.py",
22+
"recipes-docs/source/recipes/**",
2223
]

0 commit comments

Comments
 (0)