mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-22 09:28:42 +00:00
fix: Fix the mypy check error (#1373)
Co-authored-by: yyhhyy <95077259+Hui824@users.noreply.github.com> Co-authored-by: aries_ckt <916701291@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
This commit is contained in:
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
@@ -27,3 +27,5 @@ jobs:
|
||||
run: make setup
|
||||
- name: Check Python code style
|
||||
run: make fmt-check
|
||||
- name: Check Python code type
|
||||
run: make mypy
|
||||
|
Reference in New Issue
Block a user