summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2022-01-08 10:45:24 -0800
committerTheron Luhn <theron@luhn.com>2022-02-06 10:08:39 -0800
commit0b40e08538dea5915605fe76d7c5e550df04e5b1 (patch)
treef17a52eb68fb7cdc8362a5166524e32b33c5225b /HACKING.txt
parent2011897f10963324932545ad3b42288d211754f6 (diff)
downloadpyramid-0b40e08538dea5915605fe76d7c5e550df04e5b1.tar.gz
pyramid-0b40e08538dea5915605fe76d7c5e550df04e5b1.tar.bz2
pyramid-0b40e08538dea5915605fe76d7c5e550df04e5b1.zip
Add version pinning notice to HACKING.txt.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt
index a47b25345..9cc2e8edb 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -74,6 +74,8 @@ Coding Style
$ $TOX -e lint
+Black, isort, and flake8 versions are pinned for stability and reproducibility.
+
Running Tests
-------------