Skip to content

Commit 3424385

Browse files
Merge pull request #9 from EnergySystemsModellingLab/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 58b90a9 + 6ae9f88 commit 3424385

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
@@ -10,32 +10,32 @@ repos:
1010
args: [--autofix, --indent, '4', --no-sort]
1111
exclude: \.ipynb$
1212
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
13-
rev: v2.14.0
13+
rev: v2.16.0
1414
hooks:
1515
- id: pretty-format-yaml
1616
args: [--autofix, --indent, '2', --offset, '2']
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.33.1
18+
rev: 0.36.1
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-github-actions
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.0
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/kynan/nbstripout
30-
rev: 0.8.1
30+
rev: 0.9.0
3131
hooks:
3232
- id: nbstripout
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.16.1
34+
rev: v1.19.1
3535
hooks:
3636
- id: mypy
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.45.0
38+
rev: v0.47.0
3939
hooks:
4040
- id: markdownlint-fix
4141
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)