Skip to content

Commit 13155a5

Browse files
authored
Merge pull request #183 from ecmwf-projects/create-pull-request/patch
pre-commit autoupdate
2 parents 2067185 + df40a89 commit 13155a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-added-large-files
1212
- id: mixed-line-ending
1313
- repo: https://github.com/executablebooks/mdformat
14-
rev: 0.7.17
14+
rev: 0.7.18
1515
hooks:
1616
- id: mdformat
1717
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

{{cookiecutter.project_name}}/.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ repos:
1717
- id: blackdoc
1818
additional_dependencies: [black==23.11.0]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.6.9
20+
rev: v0.7.0
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --show-fixes]
2424
- id: ruff-format
2525
- repo: https://github.com/executablebooks/mdformat
26-
rev: 0.7.17
26+
rev: 0.7.18
2727
hooks:
2828
- id: mdformat
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
@@ -34,6 +34,6 @@ repos:
3434
- id: pretty-format-toml
3535
args: [--autofix]
3636
- repo: https://github.com/gitleaks/gitleaks
37-
rev: v8.20.1
37+
rev: v8.21.1
3838
hooks:
3939
- id: gitleaks

0 commit comments

Comments
 (0)