Skip to content

Commit

Permalink
ruff: change lint workflow to just run ruff and rely on pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Oct 13, 2023
1 parent e3d6622 commit 3c4d9cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: python -m ruff --format=github --target-version=py37
--ignore=E501,F405,F841 .

#,E101,E401,E402,E701,E703,E711,E712,E713,E714,E721,E722,E731,E741,F401,F403,F405,F601,F811,F841,F901 .
- run: python -m ruff check .

0 comments on commit 3c4d9cc

Please sign in to comment.