summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTheron Luhn <theron@luhn.com>2022-01-07 11:10:51 -0800
committerTheron Luhn <theron@luhn.com>2022-02-06 10:08:39 -0800
commit8fef111396f88ac0734b6bc3599310e78b28b79b (patch)
treee041b870b0575e42ba11712d2794164731d86e61 /tox.ini
parente4903821cdc3643e51417b0e114f64c90455f894 (diff)
downloadpyramid-8fef111396f88ac0734b6bc3599310e78b28b79b.tar.gz
pyramid-8fef111396f88ac0734b6bc3599310e78b28b79b.tar.bz2
pyramid-8fef111396f88ac0734b6bc3599310e78b28b79b.zip
Add version constraints to black, flake8, and isort.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 6c5d9fa04..3a0440738 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,9 +28,9 @@ commands =
python setup.py check -r -s -m
check-manifest
deps =
- flake8
- black
- isort
+ flake8~=4.0.1
+ black==21.12b0
+ isort~=5.10
readme_renderer
check-manifest
@@ -66,8 +66,8 @@ commands =
isort src/pyramid tests setup.py
black src/pyramid tests setup.py
deps =
- black
- isort
+ black==21.12b0
+ isort~=5.10
[testenv:build]
skip_install = true