Add some small optimizations. Skip compound liquidations for now

This commit is contained in:
Luke Van Seters 2021-10-16 19:50:54 -04:00
parent 8d9f860346
commit 7f017777d6

View File

@ -1,4 +1,9 @@
repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
language_version: python3.9
- repo: local
hooks:
- id: pylint