We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e47fe commit 6c71374Copy full SHA for 6c71374
setup.cfg
@@ -54,4 +54,4 @@ extend-ignore =
54
per-file-ignores =
55
# B011: Do not call assert False since python -O removes these calls
56
# F841 local variable 'foo' is assigned to but never used
57
- tests/*: B011, F841
+ jupyter_core/tests/*: B011, F841
0 commit comments