Back to original

This commit is contained in:
Luke Van Seters 2021-10-18 12:58:57 -04:00
parent 063b8764a8
commit 4ae59b8e28

View File

@ -1,11 +1,9 @@
repos:
- repo: local
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: system
name: black
entry: poetry run black .
pass_filenames: false
language: system
- id: black
language_version: python3.9
- repo: local
hooks:
- id: pylint