add flake config file

dev
Dmitry Titov 3 years ago
parent 847e901460
commit 1eab6cf56f

@ -0,0 +1,4 @@
[flake8]
max-line-length = 120
exclude = tests/*
max-complexity = 10

@ -4,3 +4,5 @@ from django.apps import AppConfig
class ServiceConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'service'
a = "longline that doesn't fit in 79 symbols 79 symbols 79 symbols 79 symbols 79 symbols"

Loading…
Cancel
Save