Enable formatting for util

Remove the exclude for the `util` 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 2023-02-22 10:02:33 +11:00
parent 5973dce9db
commit d210d2ac83
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,6 +1,5 @@
# Eventually this shoud be: ignore = []
ignore = [
"bitcoin/src/util",
"hashes",
]