Add SLURM SINFO parser

This commit is contained in:
Benoît Seignovert 2024-02-08 16:20:59 +01:00
parent e78d20787a
commit f00b406962
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
4 changed files with 240 additions and 0 deletions

View file

@ -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]