We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2cc30 commit a830feaCopy full SHA for a830fea
.github/workflows/python-package.yml
@@ -31,7 +31,7 @@ jobs:
31
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: Lint with pep8
33
run: |
34
- pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redisproxy
+ pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redishelper
35
- name: Type Hint Check
36
37
- mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redisproxy
+ mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redishelper
0 commit comments