Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.flake8

Blame
  • .flake8 146 B
    [flake8]
    ignore = E501, W503, E402, C901
    max-line-length = 79
    max-complexity = 18
    select = B,C,E,F,W,T4,B9
    exclude = .git,__pycache__,.virtualenv