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