Update pre-commit hooks

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 13:08:04 +02:00
parent 320ac6020b
commit e467809bb0

View file

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
@ -9,12 +9,12 @@ repos:
- id: check-added-large-files
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8
rev: "3.9.1"
rev: "3.9.2"
hooks:
- id: flake8
additional_dependencies: [flake8-import-order, flake8-bugbear]
- repo: https://github.com/psf/black
rev: "21.5b0"
rev: "21.6b0"
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports