Skip to content

Commit e47deee

Browse files
committed
pyproject.toml minor edits
1 parent 4f50af2 commit e47deee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ ignore = [
9797
'W504', # Line break occurred after a binary operator
9898
]
9999
per-file-ignores = [
100-
'__init__.py:F401',
100+
'**/__init__.py:F401',
101101
]
102102
max-line-length = 79
103103
exclude = [
104-
# No need to traverse git directory
104+
# speed up .py files discovery
105105
'.git',
106-
# There's no value in checking cache directories
106+
# cache directories
107107
'__pycache__',
108108
# Virtual environment folders (same as in .gitignore)
109109
'venv', 'env',
110-
# Documentation build output copies examples files for their download
110+
# built documentation generates .py examples files for their download, skip them
111111
'docs/sphinx/build',
112112
]
113113

0 commit comments

Comments
 (0)