Skip to content

Commit

Permalink
PLEASE DO NOT MERGE!! Add pylintrc (still need to reformat existing c…
Browse files Browse the repository at this point in the history
…ode manually to pass pylint checking) (#199)
  • Loading branch information
qidanrui authored Dec 28, 2023
1 parent afc9147 commit bf9eef3
Show file tree
Hide file tree
Showing 9 changed files with 860 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
# - name: Type check the project
# run: poetry run pyright dbgpt_hub || true

# - name: Style check the project
# run: poetry run pylint dbgpt_hub || true
- name: Style check the project
run: poetry run pylint dbgpt_hub || true

- name: Build binary dependencies
run: poetry build
Loading

0 comments on commit bf9eef3

Please sign in to comment.