Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 6ae15dec authored by GotthardG's avatar GotthardG
Browse files

Fix formatting with black

parent 87a69bfd
No related branches found
No related tags found
No related merge requests found
Pipeline #44574 failed
......@@ -31,12 +31,11 @@ lint:
script:
- source $VIRTUAL_ENV/bin/activate
- pip install pre-commit black flake8
# Run pre-commit hooks
- >
pre-commit run --all-files || {
echo "Pre-commit formatting failed. Auto-fixing formatting issues with black..." &&
black backend/ &&
exit 1;
exit 0; # Continue after auto-fixing issues
}
deploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment