Inscrease max function complexity to 15

This commit is contained in:
Alexandre Iooss 2020-09-06 13:13:29 +02:00
parent 8aac738c4a
commit eb58db7df9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ exclude =
.cache,
.eggs,
*migrations*
max-complexity = 10
max-complexity = 15
max-line-length = 160
import-order-style = google
application-import-names = flake8