Explorar el Código

Update flake8 configuration

pull/169/head
Isaac Bythewood hace 4 años
padre
commit
ffe999f405
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. +5
    -4
      .flake8

+ 5
- 4
.flake8 Ver fichero

@@ -1,8 +1,9 @@
[flake8]
max-line-length = 121
exclude =
ignore = E203,E266,E501,W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9
exclude =
migrations,
south_migrations,
pinry/settings/,
core/tests/,


Cargando…
Cancelar
Guardar