aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | Revert 'Code goes here on a new line' to 'Hello world!'Gravatar Steele Farnsworth2023-12-31-1/+1
| | | |
| * | | New tag to explain why `== True` et al are wrong.Gravatar Steele Farnsworth2023-11-18-0/+24
| | | |
| * | | Rewriting of non-code sections.Gravatar Steele Farnsworth2023-11-18-2/+2
| | | | | | | | | | | | | | | | The previous version began with "Iterating over range-len is a common approach ...", which sounds like an endorsement. Also removed "is guaranteed to produce elements in the same order", as I don't think anyone is actually confused about that. (I wrote the previous version--this is a criticism of my own writing.)
| * | | Capitalize "Discord" in header; Change print statement to 'Code goes here on ↵Gravatar Steele Farnsworth2023-11-18-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | a new line' Some users mistakenly put the `py` on a different line than the backticks, or put the code on the same line as the `py`. This is intended to subtly prompt readers not to do this.
| | * | Fix test code that was doing nothingGravatar wookie1842023-12-31-3/+7
| |/ / |/| |
* | | Merge pull request #2868 from python-discord/dependabot/pip/coverage-7.4.0Gravatar Amrou Bellalouna2023-12-28-55/+55
|\ \ \ | | | | | | | | Bump coverage from 7.3.4 to 7.4.0
| * | | Bump coverage from 7.3.4 to 7.4.0Gravatar dependabot[bot]2023-12-28-55/+55
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.3.4 to 7.4.0. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.3.4...7.4.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Bump rapidfuzz from 3.5.2 to 3.6.0 (#2865)Gravatar dependabot[bot]2023-12-27-93/+93
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump regex from 2023.10.3 to 2023.12.25 (#2863)Gravatar dependabot[bot]2023-12-27-91/+96
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Overwrite pyi extension to py in code snippet cogGravatar ad-chaos2023-12-23-0/+3
| | | | | | | | | This will mean that when sending the snippet as a code block in Discord it will have Python code formatting
* | | Bump coverage from 7.3.3 to 7.3.4 (#2859)Gravatar dependabot[bot]2023-12-22-55/+56
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump lxml from 4.9.3 to 4.9.4 (#2858)Gravatar dependabot[bot]2023-12-21-96/+96
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump httpx from 0.25.2 to 0.26.0 (#2857)Gravatar dependabot[bot]2023-12-21-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.39.0 to 1.39.1 (#2847)Gravatar dependabot[bot]2023-12-20-6/+6
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump coverage from 7.3.2 to 7.3.3 (#2848)Gravatar dependabot[bot]2023-12-20-56/+67
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Merge pull request #2855 from python-discord/download-artifacts-with-curlGravatar jchristgit2023-12-19-1/+1
|\ \ \ | | | | | | | | Download pull request artifact using curl #1185
| * | | download pull request artifact with curlGravatar shtlrs2023-12-18-1/+1
|/ / /
* | | Bump bot-core version (#2853)Gravatar ChrisJL2023-12-16-189/+194
| | | | | | | | | This version ensures response content for requests to site api aren't read if site returns a HTTP 204 response code.
* | | Bump actions/upload-artifact from 3 to 4 (#2850)Gravatar dependabot[bot]2023-12-15-1/+1
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.38.0 to 1.39.0 (#2844)Gravatar dependabot[bot]2023-12-14-6/+6
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump pre-commit from 3.5.0 to 3.6.0 (#2841)Gravatar dependabot[bot]2023-12-13-6/+6
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump feedparser from 6.0.10 to 6.0.11 (#2840)Gravatar dependabot[bot]2023-12-13-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump pydis-core from 10.4.0 to 10.5.0 (#2842)Gravatar dependabot[bot]2023-12-13-8/+8
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Merge pull request #2838 from thegamecracks/windows-path-tag-url-fixGravatar Amrou Bellalouna2023-12-07-1/+1
|\ \ \ | | | | | | | | Fix broken hyperlink rendering in windows-path tag
| * | | Fix broken hyperlink rendering in windows-path tagGravatar thegamecracks2023-12-07-1/+1
|/ / /
* | | Bump emoji from 2.8.0 to 2.9.0 (#2837)Gravatar dependabot[bot]2023-12-06-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump ruff from 0.1.6 to 0.1.7 (#2836)Gravatar dependabot[bot]2023-12-05-20/+20
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump aiohttp from 3.9.0 to 3.9.1 (#2829)Gravatar dependabot[bot]2023-12-01-79/+79
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.37.1 to 1.38.0 (#2830)Gravatar dependabot[bot]2023-12-01-6/+17
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Use async context manager for asyncio timeoutGravatar Chris Lovering2023-11-27-1/+1
| | | | | | | | | | | | Solves BOT-3P1
* | | Don't shadow user object with dict when searching for infractionsGravatar Chris Lovering2023-11-25-2/+2
| | | | | | | | | | | | Solves #2827 Solves BOT-3P0
* | | Use new Discord markdown support for bot messages (#2726)Gravatar Mikołaj Kruczek2023-11-25-103/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: use new markdown feature in new help channel message * feat(tags): update bullet points to dashes in tags * feat(tags): add dashes to async libraries list * feat: update markdown in patreon command * feat: update markdown in otname command * feat: update markdown in filter command * feat: update markdown in voiceverify command * feat: update markdown in docs command * feat: update markdown in bigbrother command * feat: update markdown in talentpool command
* | | Replace usage of async_timeout with asyncio.timeoutGravatar Chris Lovering2023-11-25-2/+1
| | | | | | | | | | | | async_timeout was a sub-dep of aiohttp, which was removed in 3.9.0 for Pytohn 3.11+ due to asyncio.timeout being a thing.
* | | Bump deps to latestGravatar Chris Lovering2023-11-25-622/+623
| | |
* | | Ignore pydantic depracted warning when searching for custom attrGravatar Chris Lovering2023-11-25-5/+12
| | |
* | | Make use of the logging util from bot-coreGravatar Chris Lovering2023-11-25-51/+11
| | |
* | | Make tag file location not relative to bot (#2795)Gravatar Robin2023-11-25-1/+1
| | |
* | | Bump pytest-xdist from 3.4.0 to 3.5.0 (#2823)Gravatar dependabot[bot]2023-11-23-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.35.0 to 1.36.0 (#2821)Gravatar dependabot[bot]2023-11-23-5/+5
|/ / | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump python-frontmatter from 1.0.0 to 1.0.1 (#2812)Gravatar dependabot[bot]2023-11-15-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump deepdiff from 6.7.0 to 6.7.1 (#2815)Gravatar dependabot[bot]2023-11-15-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump pytest-xdist from 3.3.1 to 3.4.0 (#2813)Gravatar dependabot[bot]2023-11-13-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0. - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814)Gravatar dependabot[bot]2023-11-13-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.34.0...1.35.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump httpx from 0.25.0 to 0.25.1 (#2804)Gravatar dependabot[bot]2023-11-10-6/+7
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2807 from python-discord/dependabot/pip/ruff-0.1.5Gravatar ChrisJL2023-11-09-22/+21
|\ \ | | | | | | Bump ruff from 0.0.291 to 0.1.5
| * | Appeased the linterGravatar Xithrius2023-11-08-1/+0
| | |
| * | Bump ruff from 0.0.291 to 0.1.5Gravatar dependabot[bot]2023-11-09-21/+21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.291 to 0.1.5. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.291...v0.1.5) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump deepdiff from 6.6.1 to 6.7.0 (#2806)Gravatar dependabot[bot]2023-11-09-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump tldextract from 5.0.1 to 5.1.0 (#2803)Gravatar dependabot[bot]2023-11-08-5/+8
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump rapidfuzz from 3.4.0 to 3.5.2 (#2801)Gravatar dependabot[bot]2023-11-06-112/+94
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>