Skip to content

Commit

Permalink
fixup! lint-python: Allow for some style differences
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Mar 6, 2024
1 parent c4e955f commit 5b8ad24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lint/lint-python.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
'E743,' # do not define functions named "l", "O", or "I"
'E901,' # SyntaxError: invalid syntax
'E902,' # TokenError: EOF in multi-line string
'F401,' # module imported but unused
'F402,' # import module from line N shadowed by loop variable
'F403,' # 'from foo_module import *' used; unable to detect undefined names
'F404,' # future import(s) name after other statements
Expand Down

0 comments on commit 5b8ad24

Please sign in to comment.