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 16a6d6ba authored by GotthardG's avatar GotthardG
Browse files

Fix formatting with black

parent 6ae15dec
No related branches found
No related tags found
No related merge requests found
Pipeline #44575 failed
...@@ -33,9 +33,9 @@ lint: ...@@ -33,9 +33,9 @@ lint:
- pip install pre-commit black flake8 - pip install pre-commit black flake8
- > - >
pre-commit run --all-files || { pre-commit run --all-files || {
echo "Pre-commit formatting failed. Auto-fixing formatting issues with black..." && echo "Pre-commit formatting failed. Auto-fixing formatting issues with black..." &&
black backend/ && black backend/ &&
exit 0; # Continue after auto-fixing issues exit 0;
} }
deploy: 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