diff options
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 52eea9b..7529e72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.4.3 hooks: - id: ruff types: [text] @@ -83,7 +83,7 @@ repos: files: ^(helpers/perl|.+\.p[ml])$ - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.18 + rev: v0.9.19 hooks: - id: pymarkdown entry: pymarkdown @@ -93,12 +93,12 @@ repos: exclude: ^CHANGELOG\.md$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-case-conflict - repo: https://github.com/crate-ci/typos - rev: v1.20.3 + rev: v1.21.0 hooks: - id: typos exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$ |