-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (23 loc) · 675 Bytes
/
Copy pathsetup.cfg
File metadata and controls
26 lines (23 loc) · 675 Bytes
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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[flake8]
doctests = 1
no-accept-encodings = True
htmldir = parts/flake8
[check-manifest]
ignore =
.editorconfig
.meta.toml
docs/_build/html/_sources/*
docs/_build/html/_static/*
docs/_build/html/_static/scripts/*
[isort]
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = ldap, ldapurl, six
known_zope =
known_first_party = dataflake, Products.GenericSetup, Products.LDAPUserFolder, Products.PluggableAuthService
default_section = ZOPE
line_length = 79
lines_after_imports = 2