• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[flake8]
2max-complexity = 101
3max-line-length = 88
4extend-ignore = E203  # whitespace before ':' to agree with psf/black
5