Skip to content

wip

f7b1486
Select commit
Loading
Failed to load commit list.
Draft

add support for LevelDB #10401

wip
f7b1486
Select commit
Loading
Failed to load commit list.
Cirrus CI / linter: Flake8 Non-Mandatory completed May 17, 2026 in 1m 3s

Task Summary

Instruction flake8 failed in 00:32

Details

✅ 00:19 clone
✅ 00:01 pip
✅ 00:05 install
❌ 00:32 flake8

7     E114 indentation is not a multiple of 4 (comment)
15    E116 unexpected indentation (comment)
4     E117 over-indented
11    E121 continuation line under-indented for hanging indent
1638  E122 continuation line missing indentation or outdented
9     E123 closing bracket does not match indentation of opening bracket's line
6     E124 closing bracket does not match visual indentation
8     E125 continuation line with same indent as next logical line
51    E126 continuation line over-indented for hanging indent
61    E127 continuation line over-indented for visual indent
56    E128 continuation line under-indented for visual indent
63    E131 continuation line unaligned for hanging indent
28    E201 whitespace after '{'
10    E202 whitespace before '}'
54    E203 whitespace before ':'
1     E211 whitespace before '['
107   E221 multiple spaces before operator
45    E222 multiple spaces after operator
117   E225 missing whitespace around operator
649   E226 missing whitespace around arithmetic operator
8     E227 missing whitespace around bitwise or shift operator
67    E228 missing whitespace around modulo operator
199   E231 missing whitespace after ','
322   E241 multiple spaces after ','
150   E251 unexpected spaces around keyword / parameter equals
9     E252 missing whitespace around parameter equals
128   E261 at least two spaces before inline comment
18    E262 inline comment should start with '# '
186   E265 block comment should start with '# '
46    E266 too many leading '#' for block comment
4     E271 multiple spaces after keyword
1     E275 missing whitespace after keyword
198   E301 expected 1 blank line, found 0
136   E302 expected 2 blank lines, found 1
52    E303 too many blank lines (3)
9     E305 expected 2 blank lines after class or function definition, found 1
143   E306 expected 1 blank line before a nested definition, found 0
45    E402 module level import not at top of file
16118 E501 line too long (135 > 79 characters)
70    E502 the backslash is redundant between brackets
221   E701 multiple statements on one line (colon)
5     E702 multiple statements on one line (semicolon)
19    E704 multiple statements on one line (def)
8     E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
47    E731 do not assign a lambda expression, use a def
38    E741 ambiguous variable name 'l'
462   F401 'pythonforandroid.util.HashPinnedDependency' imported but unused
5     F402 import '_' from line 23 shadowed by loop variable
134   F541 f-string is missing placeholders
197   F841 local variable 'e2' is assigned to but never used
1     F901 'raise NotImplemented' should be 'raise NotImplementedError'
36    W391 blank line at end of file
209   W503 line break before binary operator
105   W504 line break after binary operator
22553
�������������������������������������������������������������������������������������������������������������