fix running ruff

main
Marshall Hallenbeck 2023-09-21 23:47:59 -04:00 committed by Marshall Hallenbeck
parent 3ab397f45a
commit 10b3cdd115
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github --target-version=py37
- run: python -m ruff --format=github --target-version=py37
--ignore=E101,E501,E401,E402,E701,E703,E711,E712,E713,E714,E721,E722,E731,E741,F401,F403,F405,F601,F811,F841,F901 .