fix ignore rule (E->F)

main
Marshall Hallenbeck 2023-09-22 14:12:27 -04:00
parent 7f4ab239f5
commit 89968b3d54
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,E405 .
--ignore=E501,F405 .
#,E101,E401,E402,E701,E703,E711,E712,E713,E714,E721,E722,E731,E741,F401,F403,F405,F601,F811,F841,F901 .