diff --git a/.flake8 b/.flake8 index 4fbc60f00..44012a740 100644 --- a/.flake8 +++ b/.flake8 @@ -13,4 +13,5 @@ per-file-ignores = count = True max-complexity = 10 statistics = True +show-source = True filename = *.py,*.py.*