From 2011897f10963324932545ad3b42288d211754f6 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sat, 8 Jan 2022 10:37:47 -0800 Subject: Add note in HACKING.txt about linting. --- HACKING.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 7c0375d45..a47b25345 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -69,6 +69,10 @@ Coding Style $ $TOX -e format +- Pyramid uses flake8 (https://pypi.org/project/flake8/) to enforce PEP8 style guidelines. + To run flake8, as well as running checks for Black and isort: + + $ $TOX -e lint Running Tests ------------- -- cgit v1.2.3 From 0b40e08538dea5915605fe76d7c5e550df04e5b1 Mon Sep 17 00:00:00 2001 From: Theron Luhn Date: Sat, 8 Jan 2022 10:45:24 -0800 Subject: Add version pinning notice to HACKING.txt. --- HACKING.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HACKING.txt') 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 ------------- -- cgit v1.2.3