chore: README.md add link to Crowdin translations #9493
Cirrus CI / linter: Flake8 Non-Mandatory
completed
Jan 26, 2025 in 50s
Task Summary
Instruction flake8 failed in 00:28
Details
✅ 00:16 clone
✅ 00:01 pip
✅ 00:02 install
❌ 00:28 flake8
2 E117 over-indented
3 E121 continuation line under-indented for hanging indent
1641 E122 continuation line missing indentation or outdented
9 E123 closing bracket does not match indentation of opening bracket's line
4 E124 closing bracket does not match visual indentation
1 E125 continuation line with same indent as next logical line
47 E126 continuation line over-indented for hanging indent
45 E127 continuation line over-indented for visual indent
61 E128 continuation line under-indented for visual indent
68 E131 continuation line unaligned for hanging indent
25 E201 whitespace after '{'
4 E202 whitespace before '}'
52 E203 whitespace before ':'
2 E211 whitespace before '('
104 E221 multiple spaces before operator
43 E222 multiple spaces after operator
132 E225 missing whitespace around operator
661 E226 missing whitespace around arithmetic operator
5 E227 missing whitespace around bitwise or shift operator
88 E228 missing whitespace around modulo operator
360 E231 missing whitespace after ':'
383 E241 multiple spaces after ','
222 E251 unexpected spaces around keyword / parameter equals
25 E252 missing whitespace around parameter equals
118 E261 at least two spaces before inline comment
22 E262 inline comment should start with '# '
221 E265 block comment should start with '# '
47 E266 too many leading '#' for block comment
6 E271 multiple spaces after keyword
1 E275 missing whitespace after keyword
169 E301 expected 1 blank line, found 0
260 E302 expected 2 blank lines, found 1
55 E303 too many blank lines (3)
20 E305 expected 2 blank lines after class or function definition, found 1
129 E306 expected 1 blank line before a nested definition, found 0
3 E401 multiple imports on one line
26 E402 module level import not at top of file
12527 E501 line too long (135 > 79 characters)
76 E502 the backslash is redundant between brackets
227 E701 multiple statements on one line (colon)
4 E702 multiple statements on one line (semicolon)
19 E704 multiple statements on one line (def)
17 E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
53 E731 do not assign a lambda expression, use a def
36 E741 ambiguous variable name 'l'
521 F401 '.util.format_satoshis' imported but unused
5 F402 import '_' from line 58 shadowed by loop variable
90 F541 f-string is missing placeholders
16 F811 redefinition of unused 'format_satoshis' from line 47
191 F841 local variable 'e' is assigned to but never used
1 F901 'raise NotImplemented' should be 'raise NotImplementedError'
36 W391 blank line at end of file
167 W503 line break before binary operator
102 W504 line break after binary operator
19345
�������������������������������������������������������������������������������������������������������������
Loading