Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Nov 13, 2023
1 parent 18c5da9 commit c188849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py') \
--ignore_patterns=.*src/onediff/schedulers.* \
--ignore_patterns=.*src/infer_compiler_registry/register_diffusers_quant.* \
1 change: 1 addition & 0 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ diffusers[torch]==0.19.3
onediff
chardet
opencv-python==4.8.0.74
click

0 comments on commit c188849

Please sign in to comment.