File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 sanic_mail
34+ pycodestyle --max-line-length=140 --ignore=E501 --first --statistics redisproxy
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 sanic_mail
37+ mypy --ignore-missing-imports --show-column-numbers --follow-imports=silent --check-untyped-defs --disallow-untyped-defs --no-implicit-optional --warn-unused-ignores redisproxy
Original file line number Diff line number Diff line change 1+ async-timeout == 4.0.2
2+ autopep8 == 2.0.1
3+ cffi == 1.15.1
4+ cryptography == 39.0.0
5+ mypy == 1.0.0
6+ mypy-extensions == 1.0.0
7+ pycodestyle == 2.10.0
8+ pycparser == 2.21
9+ pydocstyle == 6.3.0
10+ pyproxypattern == 0.0.1
11+ redis == 4.4.2
12+ snowballstemmer == 2.2.0
13+ tomli == 2.0.1
14+ types-pyOpenSSL == 23.0.0.2
15+ types-redis == 4.4.0.6
16+ typing_extensions == 4.4.0
You can’t perform that action at this time.
0 commit comments