Enable isort linting rules (#267)

See https://docs.astral.sh/ruff/rules/#isort-i.
This commit is contained in:
Marc Wrobel
2023-12-30 09:45:09 +01:00
parent e6c901f64f
commit 6002cbdb26
49 changed files with 94 additions and 131 deletions

View File

@@ -5,9 +5,10 @@ import subprocess
import sys
import time
from base64 import b64encode
from deepdiff import DeepDiff
from pathlib import Path
from deepdiff import DeepDiff
def github_output(name, value):
if "GITHUB_OUTPUT" not in os.environ: