Skip to content

Commit c8d7ffa

Browse files
authored
Merge pull request #191 from ecmwf-projects/create-pull-request/patch
pre-commit autoupdate
2 parents 929b636 + 5f5297f commit c8d7ffa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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.18
14+
rev: 0.7.19
1515
hooks:
1616
- id: mdformat
1717
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

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

Lines changed: 2 additions & 2 deletions
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.7.4
20+
rev: v0.8.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.18
26+
rev: 0.7.19
2727
hooks:
2828
- id: mdformat
2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks

0 commit comments

Comments
 (0)