Reordering hooks

This commit is contained in:
David Doblas Jiménez 2022-03-01 10:51:52 +01:00
parent 92f7fe7dcc
commit 3608b6ce92
1 changed files with 7 additions and 7 deletions

View File

@ -6,20 +6,20 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
hooks:
- id: mypy
additional_dependencies: [pydantic] # add if use pydantic
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: isort
- id: flake8