check_dev_files#

A collection of scripts that check the file structure of a repository.

main(argv: Sequence[str] | None = None) int[source]#
class Arguments(allow_deprecated_workflows: bool, allow_labels: bool, allowed_cell_metadata: str, ci_skipped_tests: str, dev_python_version: PythonVersion, doc_apt_packages: str, environment_variables: str, excluded_python_versions: set[PythonVersion], github_pages: bool, gitpod: bool, imports_on_top: bool, keep_contributing_md: bool, keep_issue_templates: bool, keep_local_precommit: bool, keep_pr_linting: bool, keep_workflow, macos_python_version: PythonVersion | None, no_binder: bool, no_cd: bool, no_cspell_update: bool, no_github_actions: bool, no_milestones: bool, no_pypi: bool, no_ruff: bool, no_version_branches: bool, package_manager: PackageManagerChoice, pytest_single_threaded: bool, python: bool | None, repo_name: str, repo_organization: str, repo_title: str, type_checker: set[TypeChecker], upgrade_frequency: Frequency)[source]#

Bases: object

allow_deprecated_workflows: bool[source]#
allow_labels: bool[source]#
allowed_cell_metadata: str[source]#
ci_skipped_tests: str[source]#
dev_python_version: PythonVersion[source]#
doc_apt_packages: str[source]#
environment_variables: str[source]#
excluded_python_versions: set[PythonVersion][source]#
github_pages: bool[source]#
gitpod: bool[source]#
imports_on_top: bool[source]#
keep_contributing_md: bool[source]#
keep_issue_templates: bool[source]#
keep_local_precommit: bool[source]#
keep_pr_linting: bool[source]#
keep_workflow: set[str][source]#
macos_python_version: PythonVersion | None[source]#
no_binder: bool[source]#
no_cd: bool[source]#
no_cspell_update: bool[source]#
no_github_actions: bool[source]#
no_milestones: bool[source]#
no_pypi: bool[source]#
no_ruff: bool[source]#
no_version_branches: bool[source]#
package_manager: PackageManagerChoice[source]#
pytest_single_threaded: bool[source]#
python: bool | None[source]#
repo_name: str[source]#
repo_organization: str[source]#
repo_title: str[source]#
type_checker: set[TypeChecker][source]#
upgrade_frequency: Frequency[source]#

Submodules and Subpackages