Try local rev

This commit is contained in:
Luke Van Seters 2021-12-14 13:03:24 -05:00
parent bd73820123
commit bda96b04ce

View File

@ -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