Skip to content
Snippets Groups Projects
setup.cfg 84 B
Newer Older
  • Learn to ignore specific revisions
  • [pycodestyle]
    max-line-length = 120
    exclude = migrations,static
    max-complexity = 11