Skip to content
Snippets Groups Projects
Commit 560268693f23 authored by Laurent Peuch's avatar Laurent Peuch
Browse files

chore(flake8): add --show-source option to flake8

parent c66fdd22699b
No related branches found
No related tags found
No related merge requests found
Pipeline #221742 passed with warnings
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
skip_install = true skip_install = true
deps = deps =
flake8 >= 3.6 flake8 >= 3.6
commands = flake8 commands = flake8 --show-source
[testenv:check-manifest] [testenv:check-manifest]
skip_install = true skip_install = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment