Loading .copier-answers.ymldeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line # Changes here will be overwritten by Copier _commit: v2.0.7 _src_path: gh:lincc-frameworks/python-project-template author_email: akke.viitanen@iki.fi author_name: Akke Viitanen create_example_module: true custom_install: true enforce_style: - ruff_lint - ruff_format failure_notification: [] include_benchmarks: true include_docs: true include_notebooks: true mypy_type_checking: basic package_name: lsst_inaf_agile project_license: BSD project_name: lsst_inaf_agile project_organization: ageliina python_versions: - '3.9' - '3.10' - '3.11' - '3.12' - '3.13' test_lowest_version: direct .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ opt/ivano_feature_extraction # lincc files example_* .copier-answers.yml # build files _readthedocs Loading .pre-commit-config.yaml +16 −16 Original line number Diff line number Diff line fail_fast: true repos: # Compare the local template version to the latest remote template version # This hook should always pass. It will print a message if the local version # is out of date. - repo: https://github.com/lincc-frameworks/pre-commit-hooks rev: v0.1.2 hooks: - id: check-lincc-frameworks-template-version name: Check template version description: Compare current template version against latest verbose: true # # Compare the local template version to the latest remote template version # # This hook should always pass. It will print a message if the local version # # is out of date. #- repo: https://github.com/lincc-frameworks/pre-commit-hooks # rev: v0.1.2 # hooks: # - id: check-lincc-frameworks-template-version # name: Check template version # description: Compare current template version against latest # verbose: true # Clear output from jupyter notebooks so that only the input cells are committed. - repo: local hooks: Loading Loading @@ -40,12 +40,12 @@ repos: - id: validate-pyproject name: Validate pyproject.toml description: Verify that pyproject.toml adheres to the established schema. # Verify that GitHub workflows are well formed - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.28.0 hooks: - id: check-github-workflows args: ["--verbose"] # # Verify that GitHub workflows are well formed #- repo: https://github.com/python-jsonschema/check-jsonschema # rev: 0.28.0 # hooks: # - id: check-github-workflows # args: ["--verbose"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.2.1 Loading Loading
.copier-answers.ymldeleted 100644 → 0 +0 −26 Original line number Diff line number Diff line # Changes here will be overwritten by Copier _commit: v2.0.7 _src_path: gh:lincc-frameworks/python-project-template author_email: akke.viitanen@iki.fi author_name: Akke Viitanen create_example_module: true custom_install: true enforce_style: - ruff_lint - ruff_format failure_notification: [] include_benchmarks: true include_docs: true include_notebooks: true mypy_type_checking: basic package_name: lsst_inaf_agile project_license: BSD project_name: lsst_inaf_agile project_organization: ageliina python_versions: - '3.9' - '3.10' - '3.11' - '3.12' - '3.13' test_lowest_version: direct
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -48,6 +48,7 @@ opt/ivano_feature_extraction # lincc files example_* .copier-answers.yml # build files _readthedocs Loading
.pre-commit-config.yaml +16 −16 Original line number Diff line number Diff line fail_fast: true repos: # Compare the local template version to the latest remote template version # This hook should always pass. It will print a message if the local version # is out of date. - repo: https://github.com/lincc-frameworks/pre-commit-hooks rev: v0.1.2 hooks: - id: check-lincc-frameworks-template-version name: Check template version description: Compare current template version against latest verbose: true # # Compare the local template version to the latest remote template version # # This hook should always pass. It will print a message if the local version # # is out of date. #- repo: https://github.com/lincc-frameworks/pre-commit-hooks # rev: v0.1.2 # hooks: # - id: check-lincc-frameworks-template-version # name: Check template version # description: Compare current template version against latest # verbose: true # Clear output from jupyter notebooks so that only the input cells are committed. - repo: local hooks: Loading Loading @@ -40,12 +40,12 @@ repos: - id: validate-pyproject name: Validate pyproject.toml description: Verify that pyproject.toml adheres to the established schema. # Verify that GitHub workflows are well formed - repo: https://github.com/python-jsonschema/check-jsonschema rev: 0.28.0 hooks: - id: check-github-workflows args: ["--verbose"] # # Verify that GitHub workflows are well formed #- repo: https://github.com/python-jsonschema/check-jsonschema # rev: 0.28.0 # hooks: # - id: check-github-workflows # args: ["--verbose"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.2.1 Loading