diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 94007128..2e09955f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,11 +16,11 @@ repos: - id: dockerfile_lint args: [--rulefile, ./config/docker_rules.yml, --dockerfile] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.1 + rev: v3.0.2 hooks: - id: prettier - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.3 + rev: v1.5.4 hooks: - id: remove-tabs - repo: https://github.com/codespell-project/codespell