From 5bb76a4d9010e8f6413a9c09a9c4cd962f5a63c7 Mon Sep 17 00:00:00 2001 From: Guillaume LEGENDRE Date: Wed, 9 Apr 2025 16:26:03 +0200 Subject: [PATCH 1/3] test new token for STYLE BOT --- .github/workflows/pr_style_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_style_bot.yml b/.github/workflows/pr_style_bot.yml index 14a8f8e3d8b4..1fecbad2c55a 100644 --- a/.github/workflows/pr_style_bot.yml +++ b/.github/workflows/pr_style_bot.yml @@ -14,4 +14,4 @@ jobs: with: python_quality_dependencies: "[quality]" secrets: - bot_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + bot_token: ${{ secrets.DIFFUSERS_STYLE_BOT_ACTION_TOKEN }} From 13cbae47e7934d40d1510e08c35bad31feabddbc Mon Sep 17 00:00:00 2001 From: sayakpaul Date: Wed, 9 Apr 2025 20:32:12 +0530 Subject: [PATCH 2/3] push changes to mess up styling. --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 119e7971ea65..7e63d9787570 100644 --- a/setup.py +++ b/setup.py @@ -87,10 +87,8 @@ import os import re import sys - from setuptools import Command, find_packages, setup - # IMPORTANT: # 1. all dependencies should be listed here with their version requirements if any # 2. once modified, run: `make deps_table_update` to update src/diffusers/dependency_versions_table.py From 7e57a5ae3662386f0b0a9ef9605e85826ca39f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Apr 2025 15:04:16 +0000 Subject: [PATCH 3/3] Apply style fixes --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 7e63d9787570..119e7971ea65 100644 --- a/setup.py +++ b/setup.py @@ -87,8 +87,10 @@ import os import re import sys + from setuptools import Command, find_packages, setup + # IMPORTANT: # 1. all dependencies should be listed here with their version requirements if any # 2. once modified, run: `make deps_table_update` to update src/diffusers/dependency_versions_table.py