From f60c1c44a83451fe025221421967c515d7b40df0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:44:55 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/24.4.2...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 6.1.0](https://github.com/pycqa/isort/compare/5.13.2...6.1.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d1969097..0bb8b741 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -32,8 +32,8 @@ repos: - id: autoflake args: ['--in-place', '--remove-unused-variable'] -- repo: https://github.com/psf/black - rev: '24.4.2' +- repo: https://github.com/psf/black-pre-commit-mirror + rev: '25.9.0' hooks: - id: black - repo: https://github.com/Pierre-Sassoulas/black-disable-checker @@ -41,7 +41,7 @@ repos: hooks: - id: black-disable-checker - repo: https://github.com/pycqa/isort - rev: '5.13.2' + rev: '6.1.0' hooks: - id: isort - repo: local From 3df8e77365ab9804648ac3b103a21ddc5a83dd2d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:45:59 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- giveaways/converter.py | 3 +-- unbelievaboat/roulette.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/giveaways/converter.py b/giveaways/converter.py index 4cc95f9f..74b0665b 100644 --- a/giveaways/converter.py +++ b/giveaways/converter.py @@ -161,12 +161,11 @@ async def convert(self, ctx, argument): raise BadArgument( "This may be the wrong leveling cog. Ensure you are using Fixators." ) - + if vals["levelupreq"]: cog = ctx.bot.get_cog("LevelUp") if not cog: raise BadArgument("LevelUp cog not loaded.") - if vals["tatsu_level"] or vals["tatsu_rep"]: token = await ctx.bot.get_shared_api_tokens("tatsumaki") diff --git a/unbelievaboat/roulette.py b/unbelievaboat/roulette.py index 5d2f7ee9..a1d32360 100644 --- a/unbelievaboat/roulette.py +++ b/unbelievaboat/roulette.py @@ -51,7 +51,7 @@ 35: "black", } -EMOJIS = {"black": "\u2B1B", "red": "\U0001F7E5", "green": "\U0001F7E9"} +EMOJIS = {"black": "\u2b1b", "red": "\U0001f7e5", "green": "\U0001f7e9"} COLUMNS = [ [1, 4, 7, 10, 13, 16, 19, 22, 25, 28, 31, 34],