chore: noqa S404

we're using static parameters with subpross, so it should be safe.
This commit is contained in:
Matthias
2024-07-05 08:25:24 +02:00
parent 0eadd51ff3
commit 8d9825ac95
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ if "dev" in __version__:
from pathlib import Path
try:
import subprocess
import subprocess # noqa: S404
freqtrade_basedir = Path(__file__).parent