We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adbddce + 6596394 commit 7afbc9aCopy full SHA for 7afbc9a
template/pyproject.toml.jinja
@@ -83,6 +83,8 @@ pydocstyle.convention = "numpy"
83
]
84
"*.ipynb" = [
85
"E501", # longer lines are sometimes more readable
86
+ "F403", # *-imports used with domain types
87
+ "F405", # linter may fail to find names because of *-imports
88
"I", # we don't collect imports at the top
89
"S101", # asserts are used for demonstration and are safe in notebooks
90
"T201", # printing is ok for demonstration purposes
0 commit comments