# File : .pep8speaks.yml scanner: diff_only: True linter: pycodestyle pycodestyle: max-line-length: 100 ignore: - E402 # module level import not at top of file no_blank_comment: True