mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-28 13:04:20 +01:00
Mint: Allow 0-valued amounts for blank outputs (#348)
* allow 0 amount for blank outputs * fix precommit as well
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user