• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[flake8]
2ignore =
3    # indentation is not a multiple of four,
4    E111,E114,
5    # visually indented line with same indent as next logical line,
6    E129
7
8max-line-length=80
9