diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 397ce75..9612ac8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,8 +2,13 @@ repos: - repo: https://github.com/ambv/black rev: 20.8b1 hooks: - - id: black - language_version: python3.9 + - id: black + language_version: python3.9 +- repo: https://github.com/pycqa/isort + rev: 5.10.1 + hooks: + - id: isort + name: isort (python) - repo: local hooks: - id: pylint