diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13cd9b7..8caa506 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,13 @@ repos: hooks: - id: black language_version: python3.9 -- repo: https://github.com/pycqa/isort - rev: 5.10.1 +- repo: local hooks: - id: isort + name: isort + entry: poetry run isort . + language: system + types: [python] - repo: local hooks: - id: pylint