選択できるのは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/,