From c91c5e31adb87d93199115f0c9fb1097e28f72b6 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Tue, 15 Jul 2025 16:56:09 -0700 Subject: Other references/usages of poetry migrated to uv --- .../pydis-guides/contributing/bot-extended-configuration-options.md | 4 ++-- .../content/resources/guides/pydis-guides/contributing/linting.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pydis_site/apps/content/resources/guides') diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md index f5425d88..b35c202d 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/bot-extended-configuration-options.md @@ -140,9 +140,9 @@ With at least the site running in Docker already (see the previous section on ho
Notice that the bot is started as a module. There are several ways to do so:
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md index b634f513..3ef3b05c 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/linting.md @@ -11,4 +11,4 @@ If the linter complains, the commit is aborted so that you can fix the linting e That way, you never commit the problematic code in the first place! Please refer to the project-specific documentation to see how to setup and run those tools. -In most cases, you can install pre-commit using `poetry run task precommit`, and lint using `poetry run task lint` in the console. +In most cases, you can install pre-commit using `uv run task precommit`, and lint using `uv run task lint` in the console. -- cgit v1.2.3