diff options
author | Jon Parise <jon@pinterest.com> | 2022-02-15 15:22:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 15:22:43 -0800 |
commit | 900fc18db76a4e20c77f748bcffff2055231a3b5 (patch) | |
tree | 702438eaabe101cfc198b9b1b6cca6d4e335a638 /lint-requirements.txt | |
parent | 4611e0b01589cb7b4c18455fd0805204d320e11e (diff) | |
download | pymemcache-900fc18db76a4e20c77f748bcffff2055231a3b5.tar.gz |
Revise tox configuration (#375)
This repositions tox as the "source of truth" for all development and CI
actions.
To support this, lint and test requirements have been split into
separate sets of requirements, and a consolidated 'lint' environment now
runs all of our lint checks. This is also used by CI.
Diffstat (limited to 'lint-requirements.txt')
-rw-r--r-- | lint-requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lint-requirements.txt b/lint-requirements.txt new file mode 100644 index 0000000..e49932d --- /dev/null +++ b/lint-requirements.txt @@ -0,0 +1,4 @@ +black==22.1.0 +docutils==0.18.1 +flake8==4.0.1 +pygments==2.11.2 |