update pre-commit hooks

This commit is contained in:
Thomas Steen Rasmussen 2021-05-02 13:45:02 +02:00
parent 24c5a94560
commit f999347402
1 changed files with 4 additions and 4 deletions

View File

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