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