add back in more checks for ruff

main
Marshall Hallenbeck 2023-09-21 23:50:21 -04:00
parent 017c26bd3b
commit 155547c889
1 changed files with 3 additions and 1 deletions

View File

@ -12,4 +12,6 @@ jobs:
- uses: actions/checkout@v3
- run: pip install --user ruff
- 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 .
--ignore=E501 .
#,E101,E401,E402,E701,E703,E711,E712,E713,E714,E721,E722,E731,E741,F401,F403,F405,F601,F811,F841,F901 .