| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
Closes #1562
As lint & build are now workflow_call actions, they no longer record data int eh way this badge expects.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
I've tried to replace this with generic references where appropriate,
but a lot of the time it just doesn't make a lot of sense to do so.
|
|
|
| |
Our two workflows, Lint and Build, now have separate status badges that link to the latest results from that workflow.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hooks added:
* check-merge-conflict - checks for files with merge conflict strings
* check-toml - attempts to load all toml files to verify syntax
* check-yaml - attempts to load all yaml files to verify syntax
* end-of-file-fixer - ensures files end in a newline and only a newline
* mixed-line-ending - replaces mixed line endings with LF
* trailing-whitespace - trims trailing whitespace
* python-check-blanket-noqa - enforces that noqa annotations always
occur with specific codes
Changes made to comply with new hooks:
* Remove trailing whitespaces
* Convert some CRLF files to LF
* Remove noqa and add missing type annotations
* Add missing newlines at end of files
See: python-discord/organisation#138
|
| |
|
| |
|
| |
|
|
|
|
| |
The Rewrite branch no longer exists
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add Lovefest role & channel IDs to bot constants
Update environment variable name for seasonalbot (was hacktoberbot)
Update Contributor doc to reference pipenv guide rather than the
deprecated Seasonalbot GH wiki
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added cog for Halloween facts
* Posts a random Halloween fact to a channel at regular intervals.
* Displays last posted fact on command.
* Update README for Halloween facts
* Markdown fix
* Add a random spooky emoji to embed titles
* Use on_ready instead of wait_until_ready
* Relocate halloween facts to a JSON file
* Update Hacktoberbot channel ID
* Remove unnecessary variable
* Update JSON file location
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
also added docstring to templete.py for repository command
|
| |
|
|
|