From 3006bdc7b9d5590415d15005c755e307ddb588ca Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 26 Dec 2019 18:59:55 -0600 Subject: Update HACKING.txt Co-Authored-By: Theron Luhn --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.txt b/HACKING.txt index dc9ac008c..87c96aef1 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -48,7 +48,7 @@ In order to add a feature to Pyramid: Coding Style ------------ -- Pyramid uses Black (https://pypi.org/project/black/) and isort (https://pypi.org/project/black/) for code formatting style. +- Pyramid uses Black (https://pypi.org/project/black/) and isort (https://pypi.org/project/isort/) for code formatting style. To run formatters: $ tox -e format -- cgit v1.2.3