diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 12b5242..9d18cfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,12 +49,12 @@ repos: - id: yamllint - repo: https://github.com/fsfe/reuse-tool - rev: v3.0.2 + rev: v4.0.3 hooks: - id: reuse # Check for misspellings in documentation files - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.3.0 hooks: - id: codespell diff --git a/README.md b/README.md index 5a9ce23..df283d7 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ To create a new Python project, visit: Choose repository template: - os-climate/python-template-repository + os-climate/python-template-repository Owner: - os-climate + os-climate Repository name: - [osc-your-new-repository] + [osc-your-new-repository] Grant the following GitHub App access to the new repository: - pre-commit ci + pre-commit ci Afterwards, you will need to ask an OS-Climate DevOps engineer (or GitHub organisation administrator) to add the repository to a credential permitting Github Actions workflows @@ -37,7 +37,6 @@ to modify action files: [https://github.com/organizations/os-climate/settings/secrets/actions/ACTIONS_WORKFLOW](https://github.com/organizations/os-climate/settings/secrets/actions/ACTIONS_WORKFLOW) - ## Bootstrap Scripts, Templating and Skeleton Files Raise GitHub issues here if/when you need a new OS-Climate GitHub repository creating