mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix isort rule being ignored
This commit is contained in:
parent
3995e01136
commit
88e62b063a
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ lint.ignore = [
|
|||
|
||||
# Import rules (wrong-import-* in pylint)
|
||||
"E402", # Module level import not at top of file
|
||||
"I001", # Import block is un-sorted or un-formatted
|
||||
|
||||
# pycodestyle rules
|
||||
"E741", # ambiguous-variable-name
|
||||
|
|
|
|||
Loading…
Reference in a new issue