diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84dd528..083c96f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,16 +4,16 @@ repos: hooks: - id: check-useless-excludes - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.4.0 + rev: v2.6.2 hooks: - id: prettier files: \.(css|js|md|markdown|json) - repo: https://github.com/python/black - rev: 21.9b0 + rev: 22.3.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.2.0 hooks: - id: check-added-large-files - id: check-ast @@ -57,11 +57,11 @@ repos: types: - shell - repo: https://github.com/asottile/blacken-docs - rev: v1.11.0 + rev: v1.12.1 hooks: - id: blacken-docs - repo: https://github.com/hcodes/yaspeller.git - rev: v7.0.0 + rev: v8.0.1 hooks: - id: yaspeller