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: hooks:
- id: black - id: black
language_version: python3.9 language_version: python3.9
- repo: https://github.com/pycqa/isort - repo: local
rev: 5.10.1
hooks: hooks:
- id: isort - id: isort
name: isort
entry: poetry run isort .
language: system
types: [python]
- repo: local - repo: local
hooks: hooks:
- id: pylint - id: pylint