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]