From 654ebb031f4ba1bca21299d86b31b3a1b1b31df3 Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Wed, 21 Jan 2026 15:33:59 +1000 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aeeccc0f..486c94bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ exclude: | repos: # Code Upgrades - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -64,11 +64,11 @@ repos: - id: check-executables-have-shebangs - id: end-of-file-fixer - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.1 + rev: 3.6.0 hooks: - id: editorconfig-checker - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint language: node