From 756f563d523a73820e078166fbac8a86b4539240 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:38:17 -0600 Subject: [PATCH] chore(deps): Update pre-commit hooks (#12) Co-authored-by: fredclausen <43556888+fredclausen@users.noreply.github.com> --- .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 4c4d86f..df056d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: # lint the dockerfiles - repo: https://github.com/hadolint/hadolint - rev: v2.12.1-beta + rev: v2.13.0-beta hooks: - id: hadolint # lint python formatting - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black @@ -41,7 +41,7 @@ repos: # - "prettier-plugin-sh" - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.1.0 + rev: v9.1.1 hooks: - id: eslint files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx