Skip to content

Commit

Permalink
chore: ruff linting (#1460)
Browse files Browse the repository at this point in the history
* add pyproject

* ruff fix

* fix spacing

* fix tests

* more fixes

* update python-app

* reformat

* disable reformat for now

* add any

* add decorator

* add test
  • Loading branch information
carlosmiei authored Oct 29, 2024
1 parent f76c4b8 commit 4b641a3
Show file tree
Hide file tree
Showing 25 changed files with 3,753 additions and 2,271 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: pip install ruff
- name: Lint code with Ruff
run: ruff check --output-format=github --target-version=py39 .
continue-on-error: true # TODO: delete once ruff errors are fixed
- name: Check code formatting with Ruff
run: ruff format --check .
continue-on-error: true # TODO: delete once ruff errors are fixed
continue-on-error: false # TODO: delete once ruff errors are fixed
# - name: Check code formatting with Ruff
# run: ruff format --check .
# continue-on-error: false # TODO: delete once ruff errors are fixed

build:
needs: lint
Expand Down
Loading

0 comments on commit 4b641a3

Please sign in to comment.