Skip to content

Commit

Permalink
Improve compatibility with Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Mar 5, 2024
1 parent 6dfc94f commit 8e58452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
# Official repo for default hooks
- repo: https://github.com/precice/precice-pre-commit-hooks
rev: 'v3.2'
rev: 'v3.3'
hooks:
- id: format-precice-config
- id: check-image-prefix
args: [ --prefix=docs-adapter-openfoam- ]
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.39.0
rev: v0.30.0
hooks:
- id: markdownlint
files: "^docs/.*.md"
Expand Down

0 comments on commit 8e58452

Please sign in to comment.