chore: apply ruff formatting and fix whitespace issues

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-13 09:12:11 +00:00
parent 43bc58770d
commit b03ebab747
96 changed files with 991 additions and 993 deletions
+2 -2
View File
@@ -243,7 +243,7 @@ docker build -t docuelevate .
**Cause:** Building outside of a Git repository
**Solution:**
**Solution:**
- Clone the repository properly with `.git` directory
- Or set `GIT_COMMIT_SHA` environment variable
@@ -261,7 +261,7 @@ docker build --no-cache -t docuelevate .
**Cause:** Files listed in `.dockerignore`
**Solution:**
**Solution:**
- Check `.dockerignore` doesn't block `BUILD_DATE`, `GIT_SHA`, or `RUNTIME_INFO`
- The `VERSION` file should always be committed to git