Skip to content

Commit 2301c4f

Browse files
Merge pull request #4 from os-climate/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 3179c83 + 9841884 commit 2301c4f

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
entry: scripts/tomllint.sh .
2424

2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v4.6.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: check-added-large-files
2929
- id: check-ast
@@ -56,7 +56,7 @@ repos:
5656
args: ["--no-error-on-unmatched-pattern", "--ignore-unknown"]
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.41.0
59+
rev: v0.45.0
6060
hooks:
6161
- id: markdownlint
6262
args: ["--fix"]
@@ -73,7 +73,7 @@ repos:
7373
args: ["--ignore=E006,E011"]
7474

7575
- repo: https://github.com/shellcheck-py/shellcheck-py
76-
rev: v0.10.0.1
76+
rev: v0.11.0.1
7777
hooks:
7878
- id: shellcheck
7979

@@ -84,19 +84,19 @@ repos:
8484
additional_dependencies: ["tomli"]
8585

8686
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
87-
rev: v1.7.1.15
87+
rev: v1.7.7.24
8888
hooks:
8989
- id: actionlint
9090

9191
- repo: https://github.com/pycqa/flake8
92-
rev: "7.1.0"
92+
rev: "7.3.0"
9393
hooks:
9494
- id: flake8
9595
additional_dependencies:
9696
- pep8-naming
9797

9898
- repo: https://github.com/adrienverge/yamllint.git
99-
rev: v1.35.1
99+
rev: v1.37.1
100100
hooks:
101101
- id: yamllint
102102
args:
@@ -106,7 +106,7 @@ repos:
106106
]
107107

108108
- repo: https://github.com/astral-sh/ruff-pre-commit
109-
rev: v0.4.9
109+
rev: v0.12.12
110110
hooks:
111111
- id: ruff
112112
files: ^(scripts|tests|custom_components)/.+\.py$
@@ -123,7 +123,7 @@ repos:
123123
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
124124

125125
- repo: https://github.com/pre-commit/mirrors-mypy
126-
rev: "v1.10.0"
126+
rev: "v1.17.1"
127127
hooks:
128128
- id: mypy
129129
verbose: true

manifests/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ For a detailed guide on how to adjust your notebooks etc, please consult [docume
77
1. Replace all `<VARIABLE>` mentions with your project name, respective url or any fitting value
88
2. Define your automation run structure in the `templates` section of [`cron-workflow.yaml`](./cron-workflow.yml)
99
3. Set up `sops`:
10-
1110
1. Install `go` from your distribution repository
1211
2. Setup `GOPATH`
1312

0 commit comments

Comments
 (0)