License change to GPLv3

This commit is contained in:
pycook
2019-11-25 19:42:37 +08:00
parent 0a563deb11
commit 4d11c1f7db
7 changed files with 226 additions and 25 deletions

View File

@@ -1,11 +1,11 @@
[flake8]
ignore = D401,D202,E226,E302,E41
max-line-length=120
max-line-length = 120
exclude = migrations/*
max-complexity = 10
[isort]
line_length=88
multi_line_output=3
skip=migrations/*
include_trailing_comma=true
line_length = 88
multi_line_output = 3
skip = migrations/*
include_trailing_comma = true