# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code

[zest.releaser]
create-wheel = no

[flake8]
doctests = 1
# E402 module level import not at top of file
# F401 imported but unused
per-file-ignores =
    src/AccessControl/__init__.py: F401
    src/AccessControl/ImplC.py: F401
    src/AccessControl/ImplPython.py: E402

[check-manifest]
ignore =
    .editorconfig
    .meta.toml

[isort]
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = docutils, pkg_resources, pytz
known_zope =
known_first_party =
default_section = ZOPE
line_length = 79
lines_after_imports = 2