gitea: fix code style workflow
Some checks failed
CI / Code Style (autopep8) (push) Failing after 16s
CI / Tests (Python 3.12) (push) Successful in 20s
CI / Tests (Python 3.13) (push) Successful in 19s
CI / Tests (Python 3.14) (push) Successful in 19s
CI / Coverage (Python 3.12) (push) Successful in 24s

This commit is contained in:
2026-05-09 18:37:19 +03:00
parent 06eb9c01d3
commit adfbe57954

View File

@@ -29,7 +29,7 @@ jobs:
- name: Run autopep8 style check - name: Run autopep8 style check
run: | run: |
autopep8 --recursive --diff src autopep8 --recursive --diff --exit-code --ignore E501 src
continue-on-error: false continue-on-error: false