Skip to content

Commit 4b641a3

Browse files
authored
chore: ruff linting (#1460)
* add pyproject * ruff fix * fix spacing * fix tests * more fixes * update python-app * reformat * disable reformat for now * add any * add decorator * add test
1 parent f76c4b8 commit 4b641a3

25 files changed

+3753
-2271
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
run: pip install ruff
2727
- name: Lint code with Ruff
2828
run: ruff check --output-format=github --target-version=py39 .
29-
continue-on-error: true # TODO: delete once ruff errors are fixed
30-
- name: Check code formatting with Ruff
31-
run: ruff format --check .
32-
continue-on-error: true # TODO: delete once ruff errors are fixed
29+
continue-on-error: false # TODO: delete once ruff errors are fixed
30+
# - name: Check code formatting with Ruff
31+
# run: ruff format --check .
32+
# continue-on-error: false # TODO: delete once ruff errors are fixed
3333

3434
build:
3535
needs: lint

0 commit comments

Comments
 (0)