update pre-commit hooks
This commit is contained in:
parent
24c5a94560
commit
f999347402
|
@ -1,14 +1,14 @@
|
|||
repos:
|
||||
- repo: "https://github.com/ambv/black"
|
||||
rev: "stable"
|
||||
rev: "21.4b2"
|
||||
hooks:
|
||||
- id: "black"
|
||||
language_version: "python3.7"
|
||||
- repo: "https://github.com/pre-commit/pre-commit-hooks"
|
||||
rev: "v2.3.0"
|
||||
- repo: "https://gitlab.com/pycqa/flake8"
|
||||
rev: "3.9.1"
|
||||
hooks:
|
||||
- id: "flake8"
|
||||
- repo: "https://github.com/pre-commit/mirrors-isort"
|
||||
rev: "v4.3.21"
|
||||
rev: "v5.8.0"
|
||||
hooks:
|
||||
- id: "isort"
|
||||
|
|
Loading…
Reference in a new issue