Upgrade pre-commit hooks

This commit is contained in:
jo 2021-08-17 22:45:24 +02:00
parent a44b666203
commit 7fbbce0032
1 changed files with 4 additions and 4 deletions

View File

@ -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]