summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2022-01-08 10:37:47 -0800
committerTheron Luhn <theron@luhn.com>2022-02-06 10:08:39 -0800
commit2011897f10963324932545ad3b42288d211754f6 (patch)
treee46672034af72482abc93f7f72935cb5bd8744b4 /HACKING.txt
parent8fef111396f88ac0734b6bc3599310e78b28b79b (diff)
downloadpyramid-2011897f10963324932545ad3b42288d211754f6.tar.gz
pyramid-2011897f10963324932545ad3b42288d211754f6.tar.bz2
pyramid-2011897f10963324932545ad3b42288d211754f6.zip
Add note in HACKING.txt about linting.
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt4
1 files changed, 4 insertions, 0 deletions
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
-------------