tFormat - obelisk - Electrum server using libbitcoin as its backend HTML git clone https://git.parazyd.org/obelisk DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit dd3f444f92b2edac60a304d8eadf843b1db9a918 DIR parent 9c45b8a5e218a974820306ef4b0991bde036b37d HTML Author: parazyd <parazyd@dyne.org> Date: Tue, 13 Apr 2021 17:10:24 +0200 Format Diffstat: M res/format_code.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR 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", "."])