File tree 3 files changed +28
-1
lines changed
backend/src/design/plone/opendata/controlpanel
3 files changed +28
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Generated from:
2
+ # https://github.com/plone/meta/tree/master/config/default
3
+ # See the inline comments on how to expand/tweak this configuration file
4
+ [flake8]
5
+ doctests = 1
6
+ ignore =
7
+ # black takes care of line length
8
+ E501,
9
+ # black takes care of where to break lines
10
+ W503,
11
+ # black takes care of spaces within slicing (list[:])
12
+ E203,
13
+ # black takes care of spaces after commas
14
+ E231,
15
+
16
+ # #
17
+ # Add extra configuration options in .meta.toml:
18
+ # [flake8]
19
+ # extra_lines = """
20
+ # _your own configuration lines_
21
+ # """
22
+ # #
Original file line number Diff line number Diff line change
1
+ [settings]
2
+ profile =plone
Original file line number Diff line number Diff line change 5
5
i18n_domain =" design.plone.opendata"
6
6
>
7
7
8
- <adapter factory =" .opendata.ControlPanelConfigletPanel" name =" opendata-controlpanel" />
8
+ <adapter
9
+ factory =" .opendata.ControlPanelConfigletPanel"
10
+ name =" opendata-controlpanel"
11
+ />
9
12
10
13
<browser : page
11
14
name =" opendata-controlpanel"
You can’t perform that action at this time.
0 commit comments