Skip to content

Commit 6c71374

Browse files
committed
fix flake8 ignore
1 parent a1e47fe commit 6c71374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ extend-ignore =
5454
per-file-ignores =
5555
# B011: Do not call assert False since python -O removes these calls
5656
# F841 local variable 'foo' is assigned to but never used
57-
tests/*: B011, F841
57+
jupyter_core/tests/*: B011, F841

0 commit comments

Comments
 (0)