The Wayback Machine - https://web.archive.org/web/20210309053940/https://github.com/jack1142
Skip to content
Avatar
👀
👀

Highlights

  • Pro

Organizations

@Cog-Creators

Pinned

  1. Async ready API wrapper for Rocket League API written in Python.

    Python 7 1

  2. Cogs for Red V3 by jack1142 (Jackenmen#6607 on Discord)

    Python 7 12

  3. A multi-function Discord bot

    Python 2.1k 1.4k

  4. Some choco scripts

    PowerShell 1

Contribution activity

March 2021

Created 2 repositories

Created a pull request in timothycrosley/quickpython that received 2 comments

Only pass relevant keys to `black.FileMode`

Fixes #4 I haven't tested this change yet.

+10 −1 2 comments
Opened 1 other pull request in 1 repository
calebj/apsw-wheels
1 open
Reviewed 3 pull requests in 1 repository

Created an issue in PyCQA/pyflakes that received 3 comments

Make F841 ignore setting to `__` variable and setting to variables prefixed with `_`

While _ is commonly used to name a "throw-away variable", it doesn't work for codebases that use gettext and assign it to a variable called _. In s…

3 comments