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