Skip to content

Commit

Permalink
black -> ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jan 25, 2024
1 parent 131e4fb commit 9a89ca3
Show file tree
Hide file tree
Showing 3 changed files with 295 additions and 361 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
curl -sSL https://install.python-poetry.org | python
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Ruff and Black
- name: Ruff
run: |
poetry install --only=dev
poetry run ruff radiacode radiacode-examples
poetry run black --check radiacode radiacode-examples
poetry run ruff format --check radiacode radiacode-examples
# TODO
# - name: Run tests
Expand Down
Loading

0 comments on commit 9a89ca3

Please sign in to comment.