summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-26 18:59:55 -0600
committerMichael Merickel <michael@merickel.org>2019-12-27 17:58:46 -0600
commit3006bdc7b9d5590415d15005c755e307ddb588ca (patch)
tree24436fa9606bb1f9957ce8dfebf200c786fc3694 /HACKING.txt
parent8854637933df9e7df8940c2f62122c5e61d58219 (diff)
downloadpyramid-3006bdc7b9d5590415d15005c755e307ddb588ca.tar.gz
pyramid-3006bdc7b9d5590415d15005c755e307ddb588ca.tar.bz2
pyramid-3006bdc7b9d5590415d15005c755e307ddb588ca.zip
Update HACKING.txt
Co-Authored-By: Theron Luhn <theron@luhn.com>
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
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