summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-08-21 11:17:02 +0200
committerGitHub <noreply@github.com>2020-08-21 11:17:02 +0200
commitc477187334b4c5615738997413920991f8002981 (patch)
treec8a534019bf3e6c14726429ffb4d68cf8e4e3013 /.github
parent7b548bc59624c34eeab0fdf3806145a5b93ac7e4 (diff)
downloadpymemcache-c477187334b4c5615738997413920991f8002981.tar.gz
flake8 --max-complexity=18
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 3adc8aa..9cc2a42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
run: |
pip install codespell flake8
codespell . --ignore-words-list=ba --skip=./.* --quiet-level=2
- flake8 --max-complexity=10 pymemcache/
+ flake8 --max-complexity=18 .
python setup.py check --restructuredtext
- name: Tests
run: |