check_dev_files#
A collection of scripts that check the file structure of a repository.
- 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- dev_python_version: PythonVersion[source]#
- excluded_python_versions: set[PythonVersion][source]#
- macos_python_version: PythonVersion | None[source]#
- package_manager: PackageManagerChoice[source]#
- type_checker: set[TypeChecker][source]#
Submodules and Subpackages