forked from cswimr/SeaCogs
My assorted cogs for Red-DiscordBot.
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 | patch | `6.2.0` -> `6.2.1` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>forgejo/runner (code.forgejo.org/forgejo/runner)</summary> ### [`v6.2.1`](https://code.forgejo.org/forgejo/runner/blob/HEAD/RELEASE-NOTES.md#621) [Compare Source](https://code.forgejo.org/forgejo/runner/compare/v6.2.0...v6.2.1) - LXC [templates are updated if needed](https://code.forgejo.org/forgejo/act/pulls/102). </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://www.coastalcommits.com/cswimr/SeaCogs/pulls/56 Co-authored-by: Renovate <renovate@coastalcommits.com> Co-committed-by: Renovate <renovate@coastalcommits.com> |
||
---|---|---|
.devcontainer | ||
.docs | ||
.forgejo | ||
.vscode | ||
antipolls | ||
aurora | ||
backup | ||
bible | ||
emojiinfo | ||
hotreload | ||
nerdify | ||
pterodactyl | ||
seautils | ||
.gitignore | ||
info.json | ||
LICENSE | ||
mkdocs.yml | ||
pyproject.toml | ||
README.md | ||
renovate.json | ||
uv.lock |
SeaCogs
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