add F841 (variable assigned but never used) to ruff exclude

main
Marshall Hallenbeck 2023-09-22 14:56:36 -04:00
parent 5b6153c2a8
commit a460565cd8
1 changed files with 1 additions and 1 deletions

View File

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