diff --git a/.github/workflows/python-formating.yml b/.github/workflows/python-formating.yml index 01b3698..3ca439e 100644 --- a/.github/workflows/python-formating.yml +++ b/.github/workflows/python-formating.yml @@ -9,7 +9,8 @@ jobs: - uses: actions/setup-python@v2 - run: pip install ruff - run: | - ruff check + ruff check --fix + ruff format - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: 'style fixes by ruff' \ No newline at end of file