Merge pull request #1301 from jooola/feat/upgrade_pre-commit

Upgrade pre commit hooks
This commit is contained in:
Kyle Robbertze 2021-08-17 23:44:53 +02:00 committed by GitHub
commit d6093f7356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 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,9 @@ 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]
args:
- --ignore-words=.codespellignore
- --builtin=clear,rare,informal