-
-
Notifications
You must be signed in to change notification settings - Fork 193
/
setup.cfg
33 lines (30 loc) · 850 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
[zest.releaser]
extra-message = [ci skip]
[bdist_wheel]
universal = 0
[flake8]
doctests = 1
ignore =
# black takes care of line length
E501,
# black takes care of where to break lines
W503,
# black takes care of spaces within slicing (list[:])
E203,
# black takes care of spaces after commas
E231,
per-file-ignores =
Products/CMFPlone/patches/__init__.py: F401,E402
Products/CMFPlone/skins/plone_scripts/*.py: E265,E266,F401,F821,F706
Products/CMFPlone/earlypatches/security.py: E402
Products/CMFPlone/UnicodeSplitter/__init__.py: F401,F403
Products/CMFPlone/utils.py: F821
Products/CMFPlone/patches/speed.py: E402
[check-manifest]
ignore =
.editorconfig
.meta.toml
.pre-commit-config.yaml
tox.ini