Skip to content

Commit

Permalink
some ruff attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri van Warmerdam <[email protected]>
  • Loading branch information
YuriVanWarmerdam committed Sep 13, 2024
1 parent dd2bd01 commit e3823a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install ruff
- run: |
ruff format --check main .
ruff check --config rcdt_public/pyproject.toml main .
ruff format --check main
ruff check --config rcdt_public/pyproject.toml main

0 comments on commit e3823a9

Please sign in to comment.