Skip to content

Commit a830fea

Browse files
committed
Update python-package.yml
1 parent dd2cc30 commit a830fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3232
- name: Lint with pep8
3333
run: |
34-
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redisproxy
34+
pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redishelper
3535
- name: Type Hint Check
3636
run: |
37-
mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redisproxy
37+
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

Comments
 (0)