From 8854637933df9e7df8940c2f62122c5e61d58219 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 26 Dec 2019 13:27:39 -0600 Subject: isort --- HACKING.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 492b8675b..dc9ac008c 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -48,11 +48,10 @@ In order to add a feature to Pyramid: Coding Style ------------ -- Pyramid uses Black for code formatting style. - https://pypi.org/project/black/ - To run Black: +- Pyramid uses Black (https://pypi.org/project/black/) and isort (https://pypi.org/project/black/) for code formatting style. + To run formatters: - $ tox -e black + $ tox -e format Running Tests -- cgit v1.2.3