My assorted cogs for Red-DiscordBot.
Find a file
Renovate 1ca452669c
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 52s
chore(deps): pin code.forgejo.org/forgejo/runner docker tag to 936c4fe (#52)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [code.forgejo.org/forgejo/runner](https://forgejo.org) ([source](https://code.forgejo.org/forgejo/runner)) | stage | pinDigest |  -> `936c4fe` |

---

> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzMuNCIsInVwZGF0ZWRJblZlciI6IjM5LjEzMy40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://www.coastalcommits.com/cswimr/SeaCogs/pulls/52
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-01-26 17:36:59 -05:00
.devcontainer chore(deps): pin code.forgejo.org/forgejo/runner docker tag to 936c4fe (#52) 2025-01-26 17:36:59 -05:00
.docs docs: fixed incorrect command instructions 2025-01-26 15:33:34 +00:00
.forgejo chore(tooling): disable too-many-positional-arguments 2025-01-26 00:48:25 +00:00
.vscode chore(vscode): add some settings overrides 2025-01-26 13:07:46 +00:00
antipolls fix(antipolls): ruff fixes 2025-01-26 14:22:12 +00:00
aurora fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
backup style(repo): ruff fixes 2025-01-26 14:13:37 +00:00
bible style(repo): ruff fixes 2025-01-26 14:13:37 +00:00
emojiinfo style(emojiinfo): ruff fix 2025-01-26 14:16:39 +00:00
hotreload fix(hotreload): use 3.8-compatible typehints 2025-01-26 21:31:48 +00:00
nerdify style(repo): ruff fixes 2025-01-26 14:13:37 +00:00
pterodactyl fix(pterodactyl): update pterodactyl for the new version of websockets & fix a few minor bugs 2025-01-26 15:04:05 +00:00
seautils style(seautils): ruff fix 2025-01-26 14:16:46 +00:00
.gitignore chore(repo): add two paths to gitignore 2025-01-26 13:08:02 +00:00
info.json fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
LICENSE Initial commit 2023-12-14 23:22:43 +00:00
mkdocs.yml docs(hotreload): add docs 2025-01-26 15:29:07 +00:00
pyproject.toml fix(antipolls): ruff fixes 2025-01-26 14:22:12 +00:00
README.md fix(repo): update all instances of SeaswimmerTheFsh to cswimr 2024-08-27 14:25:14 -04:00
renovate.json chore(repo): update renovate config 2024-12-27 22:53:54 -05:00
uv.lock chore(deps): update 2025-01-26 13:08:33 +00:00

SeaCogs

Discord Documentation Python Versions

My assorted cogs for Red-DiscordBot.

Development

To get started with a development environment, first clone this repository.

git clone https://coastalcommits.com/cswimr/SeaCogs.git

Then, install Poetry.

pip install poetry

Finally, use Poetry to create a virtual environment with all of the dependencies required by my cogs.

poetry install