Skip to content

Commit

Permalink
Replace isort and black with ruff in Beeper CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Dec 3, 2024
1 parent 84604d5 commit f7bd701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/beeper-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: actions/setup-python@v2
- run: pip install poetry
- run: poetry install
- run: poetry run isort --check synapse
- run: poetry run black --check synapse
- run: poetry run ruff check --output-format=github .

lint-types:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f7bd701

Please sign in to comment.