diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c39832..6985d3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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