Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#16)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/fsfe/reuse-tool: v3.0.2 → v4.0.3](fsfe/reuse-tool@v3.0.2...v4.0.3)
- [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0)

* Chore: pre-commit autoupdate

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 10, 2024
1 parent 8f199eb commit 7704b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,26 @@ 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
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
Expand Down

0 comments on commit 7704b32

Please sign in to comment.