diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 754d7df..6c0bf8b 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: python-version: '3.12' cache: 'pip' # caching pip dependencies - run: pip install ruff - - run: | + - run: | ruff check . # - uses: stefanzweifel/git-auto-commit-action@v4 # with: diff --git a/.hadolint.yml b/.hadolint.yml index 1005887..66ea06c 100644 --- a/.hadolint.yml +++ b/.hadolint.yml @@ -10,4 +10,4 @@ override: info: - DL3008 style: - - DL3015 \ No newline at end of file + - DL3015 diff --git a/.vscode/launch.json b/.vscode/launch.json index 153d4c5..34b996b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,4 +19,4 @@ "console": "integratedTerminal" } ] -} \ No newline at end of file +}