| Commit message (Collapse) | Author | Lines |
|
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
* Remove some useless noqa annotations
* Specify errors for noqa annotations
* Add missing newlines at end of files
See: python-discord/organisation#138
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed by allocating a pseudo-tty to the web service in Docker Compose.
|
|
With the code jam over, we don't want a code jam banner on our front
page. This commit replaces it with the Code Jam Judge Stream.
|
|
I've added the vscode project settings folder, `.vscode`, to our gitignore file because it's a popular editor and we don't want settings folders being committed to the repository.
|
|
|
|
Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources.
|
|
|
|
|
|
|
|
|
|
|
|
Disables the sanitisation of HTML in wiki articles.
|
|
|
|
|