.github flake8: harmonize with tox.ini

tox.ini change in 348c2dc80f
This commit is contained in:
Klaas van Schelven
2025-03-13 09:07:22 +01:00
parent 4ca564b98b
commit 651ed1d8c5

View File

@@ -32,7 +32,7 @@ jobs:
# but not worth breaking the build).
# https://github.com/PyCQA/flake8/issues/515 shows a dead end of doing this "properly"
# so we just specify it on the command line
flake8 --extend-ignore=E127,E741,E501 `git ls-files | grep py$`
flake8 --extend-ignore=E127,E741,E501,E731 `git ls-files | grep py$`
test:
runs-on: ubuntu-latest