您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

10 行
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/,