Add SLURM SINFO parser
This commit is contained in:
parent
e78d20787a
commit
f00b406962
4 changed files with 240 additions and 0 deletions
|
@ -53,6 +53,7 @@ select = [
|
|||
ignore = [
|
||||
"COM812", # disable ruff format warning
|
||||
"E501", # disable ruff line-too-long error
|
||||
"S603", # disable subprocess-without-shell-equals-true (see PyCQA/bandit#333)
|
||||
]
|
||||
|
||||
[tool.ruff.format]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue