Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 3aae904

Browse files
committed
Update flake8 config for __all__ metaprogramming
1 parent 54fa273 commit 3aae904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ignore =
1919
E741, E742, E743 # ambiguous names
2020
E721 # use isinstance to compare types
2121
E722 # bare except
22+
F822 # Undefined name in __all__ (usually because globals() is hacked)
2223
F841 # unused variable
2324
E201, E202, E211 # whitespace near brackets - TODO: maybe fix?
2425
F403, F405 # * imports

0 commit comments

Comments
 (0)