Merge branch 'tokenflow/liquidations' into add-poetry

This commit is contained in:
Luke Van Seters 2021-07-26 12:17:20 -04:00 committed by GitHub
commit 879e56ac92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
name: Python package
on: [push]
on: [push, pull_request]
jobs:
build:

View File

@ -101,6 +101,7 @@ poetry run build
```
poetry run pre-commit --all-files
```
or within docker
```
pre-commit run --all-files