EOF & whitespace

This commit is contained in:
k3nny 2024-11-29 00:54:31 +01:00
parent 7fcc5afc64
commit aa8a68aa80
3 changed files with 3 additions and 3 deletions
.gitea/workflows
.hadolint.yml
.vscode

View File

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

View File

@ -10,4 +10,4 @@ override:
info:
- DL3008
style:
- DL3015
- DL3015

2
.vscode/launch.json vendored
View File

@ -19,4 +19,4 @@
"console": "integratedTerminal"
}
]
}
}