File tree 2 files changed +7
-14
lines changed
src/iosanita/contenttypes/restapi/serializers 2 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,10 @@ line_length = 200
15
15
not_skip = __init__.py
16
16
17
17
[flake8]
18
- # black compatible flake8 rules:
19
- ignore =
20
- W503,
21
- C812,
22
- E501
23
- T001
24
- C813
25
- # E203, E266
26
18
exclude = bootstrap.py,docs,*.egg.,omelette
27
- max-line-length = 88
28
- max-complexity = 18
29
- select = B,C,E,F,W,T4,B9
30
- builtins = unicode,basestring
31
-
19
+ max-complexity = 15
20
+ max-line-length = 100000
21
+ extend-ignore =
22
+ E203,
23
+ C901,
24
+ C101
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
+ from plone .restapi .interfaces import ISerializeToJson
2
3
from plone .restapi .serializer .dxcontent import SerializeFolderToJson
3
4
from redturtle .bandi .interfaces .bandoSchema import IBandoSchema
4
- from plone .restapi .interfaces import ISerializeToJson
5
5
from zope .component import adapter
6
6
from zope .interface import implementer
7
7
from zope .interface import Interface
You can’t perform that action at this time.
0 commit comments