Skip to content

Commit

Permalink
add pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Dec 28, 2023
1 parent 3591954 commit d84a8e6
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 2 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 d84a8e6

Please sign in to comment.