1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-12-22 23:42:25 +00:00

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

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