From 7fbbce00323c71277d2683ae53e4e83780ed95bb Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 17 Aug 2021 22:45:24 +0200 Subject: [PATCH] Upgrade pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f792da783..55a127cd3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,18 +30,18 @@ repos: exclude: ^(api.*)$ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.3.0 + rev: v2.3.2 hooks: - id: prettier files: \.(md|yml|yaml|json)$ - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 21.7b0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.9.3 hooks: - id: isort args: ["--profile", "black", "--filter-files"] @@ -52,7 +52,7 @@ repos: # - id: pylint - repo: https://github.com/codespell-project/codespell - rev: v2.0.0 + rev: v2.1.0 hooks: - id: codespell args: [--ignore-words=.codespellignore]