chore: Apply Ruff formatting

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-19 10:16:01 -03:00
commit ddc7719a6d

View file

@ -36,5 +36,11 @@ jobs:
- name: Run Ruff
run: poetry run ruff check --output-format=github .
- name: Run Ruff format
run: poetry run ruff format --check .
run: poetry run ruff format .
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply Ruff formatting
branch: ${{ github.head_ref }}