Enable formatting for psbt

Remove the exclude for the `psbt` module. Do not run the formatter, that
will be done as a separate patch to aid review.
This commit is contained in:
Tobin C. Harding 2022-12-02 14:52:46 +11:00
parent 296f2ed82c
commit ef306db5e2
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Eventually this shoud be: ignore = [] # Eventually this shoud be: ignore = []
ignore = [ ignore = [
"bitcoin/src/blockdata", "bitcoin/src/blockdata",
"bitcoin/src/psbt",
"bitcoin/src/util", "bitcoin/src/util",
"hashes", "hashes",
] ]