소스 검색

Merge blake8 conf to tox.ini

kaliko 7 달 전
부모
커밋
bd9751586c
2개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      .flake8
  2. 7 0
      tox.ini

+ 0 - 1
.flake8

@@ -1 +0,0 @@
-select = Q0

+ 7 - 0
tox.ini

@@ -45,3 +45,10 @@ commands =
 deps = {[testenv]deps}
 commands =
     codespell --write-changes
+
+[flake8]
+max-line-length = 100
+extend-ignore = E203,E501,W503
+exclude = *.*/*
+multiline-quotes = '''
+docstring-quotes = '''