You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
168 B

  1. [flake8]
  2. ignore = E203,E266,E501,W503
  3. max-line-length = 80
  4. max-complexity = 18
  5. select = B,C,E,F,W,T4,B9
  6. exclude =
  7. migrations,
  8. pinry/settings/,
  9. core/tests/,