Other
- additional_ignore
A list of additional entries for
.gitignore.Example:
additional_ignore: - "*.pyc"
Required: no
Default: [ ]
Type: Sequence of String
- exclude_files
A list of files not to manage with repo_helper.
exclude_files: - conf - tox
Valid values are as follows:
Value
File(s) that will not be managed
lint_roller
lint_roller.shstale_bot
.github/stale.ymlauto_assign
.github/workflow/assign.ymland.github/auto_assign.ymlreadme
README.rstdoc_requirements
doc-source/requirements.txtpylintrc
.pylintrcmanifest
MANIFEST.insetup
setup.pypkginfo
__pkginfo__.pyconf
doc-source/conf.pygitignore
.gitignorertfd
.readthedocs.ymltravis
.travis.ymltox
tox.initest_requirements
tests_dir/requirements.txtdependabot
.dependabot/config.ymlmake_conda_recipe
make_conda_recipe.pybumpversion
.bumpversion.cfgissue_templates
.github/ISSUE_TEMPLATE/bug_report.mdand.github/ISSUE_TEMPLATE/feature_request.md404
<docs_dir>/not-found.pngand<docs_dir>/404.rstmake_isort
isort.cfgRequired: no
Default: [ ]
Type: Sequence of String
- imgbot_ignore
A list of additional glob ignores for imgbot.
Example:
imgbot_ignore: - "**/*.svg"
Required: no
Default: [ ]
Type: Sequence of String
- yapf_exclude
A list of regular expressions to use to exclude files and directories from autoformatting.
Example:
yapf_exclude: - ".*/templates/.*"
Required: no
Default: [ ]
Type: Sequence of String
- pre_commit_exclude
Regular expression for files that should not be checked by pre_commit.
pre_commit_exclude: "^.*\\._py$"
Required: no
Default:
^$Type: String
- desktopfile
A key value mapping of entries for a Linux
.desktopfile.desktopfile: Exec: wxIconSaver Icon: document-save
Version,NameandCommentare pre-populated fromversion,modnameandshort_desc.New in version 2020.11.15.
Required: no
Default: { }
Type: Mapping of String to String