Made mapper compatible with nested subsection structure #60
actions.yml
on: push
install-and-test
1m 31s
ruff-linting
7s
Annotations
8 errors
|
ruff-linting
The process '/opt/hostedtoolcache/ruff/0.15.2/x86_64/ruff' failed with exit code 1
|
|
ruff (PLC0207):
src/nomad_json_parser/parsers/parser.py#L437
src/nomad_json_parser/parsers/parser.py:437:31: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parsers/parser.py#L436
src/nomad_json_parser/parsers/parser.py:436:21: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parsers/parser.py#L190
src/nomad_json_parser/parsers/parser.py:190:31: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parser.py#L197
src/nomad_json_parser/parser.py:197:31: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parser.py#L196
src/nomad_json_parser/parser.py:196:21: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parser.py#L61
src/nomad_json_parser/parser.py:61:31: PLC0207 String is split more times than necessary
|
|
ruff (PLC0207):
src/nomad_json_parser/parser.py#L60
src/nomad_json_parser/parser.py:60:21: PLC0207 String is split more times than necessary
|