From 6d4f933585ba0ed5fd34fd6578b3f2cd4cc21e3e Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Mon, 21 Jun 2021 16:06:30 +0200 Subject: [PATCH] Add yapf to Pipfile --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 23b1370..3fbc6e4 100644 --- a/Pipfile +++ b/Pipfile @@ -14,6 +14,7 @@ pyyaml = "~=5.4.1" [dev-packages] flake8 = "~=3.9.2" +yapf = "~=0.31.0" [requires] python_version = "3.8"