Fix pre-commit hook Git urls

Change-Id: I72d6af9c0e6aebfa0117ef1aaaed965490e98281
This commit is contained in:
Federico Ressi 2020-07-13 15:11:20 +02:00
parent 5305fc49a2
commit f66f9bd77d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.1.0
hooks:
- id: check-added-large-files
@ -18,14 +18,14 @@ repos:
args: [requirements.txt, test-requirements.txt, extra-requirements.txt, linters-requirements.txt, doc/requirements.txt, infrared_plugin/requirements.txt]
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
- repo: https://gitlab.com/pycqa/flake8.git
rev: '3.8.3' # pick a git hash / tag to point to
hooks:
- id: flake8
additional_dependencies: [flake8-import-order]
files: ^tobiko/
- repo: https://github.com/pre-commit/mirrors-mypy
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: 'v0.782'
hooks:
- id: mypy