Mint: Allow 0-valued amounts for blank outputs (#348)

* allow 0 amount for blank outputs

* fix precommit as well
This commit is contained in:
callebtc
2023-10-18 15:18:07 +02:00
committed by GitHub
parent 3e586705cf
commit cfab668e54
4 changed files with 10 additions and 12 deletions

View File

@@ -21,8 +21,8 @@ repos:
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.0
hooks:
- id: mypy
args: [--ignore-missing]
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v1.6.0
# hooks:
# - id: mypy
# args: [--ignore-missing]