summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2021-12-02 16:14:27 -0800
committerJoe Gordon <jogo@pinterest.com>2021-12-03 09:27:18 -0800
commitd43b10cbe4d35abf79fea816bdaafbd6c41f6c32 (patch)
tree32476063399066404c6aea94406ea10da9158753 /.github
parentdcd2a26b54eda26d02394e7538a1cdc1f2123b4c (diff)
downloadpymemcache-d43b10cbe4d35abf79fea816bdaafbd6c41f6c32.tar.gz
Add black CI configuration
Since we already have a tox based ci.yml file add black there instead of using https://black.readthedocs.io/en/stable/integrations/github_actions.html
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a7105f..038d4f2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
if: matrix.python-version == '3.9'
run: |
pip install tox tox-gh-actions
- tox -e flake8
+ tox -e flake8,black
- name: Disable IPv6 localhost
run: |
sudo sed -i '/::1/d' /etc/hosts