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: repos:
- repo: local - repo: https://github.com/ambv/black
rev: 20.8b1
hooks: hooks:
- id: system - id: black
name: black language_version: python3.9
entry: poetry run black .
pass_filenames: false
language: system
- repo: local - repo: local
hooks: hooks:
- id: pylint - id: pylint