one more fix
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -35,7 +35,8 @@ jobs:
|
||||
python -m black .
|
||||
echo "🔍 Checking that repo is already formatted (no diff after isort+black)..."
|
||||
git diff --exit-code || (
|
||||
echo "❌ Code style drift. Locally run: isort . && black . && git add -A && git commit -m 'style: isort + black'"
|
||||
echo "❌ Code style drift. From THIS repo root (telegram-helper-bot) run:"
|
||||
echo " python -m isort . && python -m black . && git add -A && git commit -m 'style: isort + black'"
|
||||
exit 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user