diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fbb69f0..50c47d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,12 +17,17 @@ repos: - id: flake8 args: ['--max-line-length=88', '--select=W291,W292,W293,F401'] language_version: python3 -- repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 - hooks: +- repo: https://github.com/pre-commit/mirrors-mypy + rev: v1.3.0 + hooks: - id: mypy exclude: tests args: ["--ignore-missing-imports", "--implicit-optional", "--follow-imports=skip"] +- repo: https://github.com/pycqa/isort + rev: 5.12.0 + hooks: + - id: isort + args: ["--profile", "black"] - repo: https://github.com/rubik/xenon rev: v0.9.0 hooks: