tFormat - obelisk - Electrum server using libbitcoin as its backend | |
git clone https://git.parazyd.org/obelisk | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit dd3f444f92b2edac60a304d8eadf843b1db9a918 | |
parent 9c45b8a5e218a974820306ef4b0991bde036b37d | |
Author: parazyd | |
Date: Tue, 13 Apr 2021 17:10:24 +0200 Format Diffstat: M res/format_code.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- | |
diff --git a/res/format_code.py b/res/format_code.py | |
t@@ -4,5 +4,6 @@ # black - https://github.com/psf/black # yapf - https://github.com/google/yapf from subprocess import run + run(["black", "-l", "80", "."]) run(["yapf", "-i", "-r", "."]) |