diff --git a/.flake8 b/.flake8 deleted file mode 100644 index 5d931745..00000000 --- a/.flake8 +++ /dev/null @@ -1 +0,0 @@ -select = Q0 diff --git a/tox.ini b/tox.ini index 098a8926..6685b88b 100644 --- a/tox.ini +++ b/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 = '''