mirror of
https://github.com/bugsink/bugsink.git
synced 2026-01-06 05:10:15 -06:00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user