Update .gitignore from the github/gitignore repository #1
Annotations
13 errors
|
Pylint
Process completed with exit code 30.
|
|
Ruff
Process completed with exit code 1.
|
|
Ruff (E501):
kaitaistruct.py#L77
kaitaistruct.py:77:89: E501 Line too long (96 > 88)
|
|
Ruff (E501):
kaitaistruct.py#L73
kaitaistruct.py:73:89: E501 Line too long (143 > 88)
|
|
Ruff (EM101):
kaitaistruct.py#L73
kaitaistruct.py:73:46: EM101 Exception must not use a string literal, assign to variable first
|
|
Ruff (TRY003):
kaitaistruct.py#L73
kaitaistruct.py:73:19: TRY003 Avoid specifying long messages outside the exception class
|
|
Ruff (RSE102):
kaitaistruct.py#L62
kaitaistruct.py:62:34: RSE102 Unnecessary parentheses on raised exception
|
|
Ruff (PTH123):
kaitaistruct.py#L39
kaitaistruct.py:39:13: PTH123 `open()` should be replaced by `Path.open()`
|
|
Ruff (SIM115):
kaitaistruct.py#L39
kaitaistruct.py:39:13: SIM115 Use a context manager for opening files
|
|
Ruff (PGH004):
kaitaistruct.py#L3
kaitaistruct.py:3:45: PGH004 Use specific rule codes when using `noqa`
|
|
Ruff (RUF100):
kaitaistruct.py#L3
kaitaistruct.py:3:45: RUF100 Unused blanket `noqa` directive
|
|
Ruff (I001):
kaitaistruct.py#L1
kaitaistruct.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff
Process completed with exit code 1.
|