Skip to content

Commit 77dbbb9

Browse files
committed
Use upstream pymarkdownlnt
1 parent ddd2d70 commit 77dbbb9

4 files changed

Lines changed: 6 additions & 105 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you are submitting a feature request, please include the steps to implement t
6868
They combine related [listeners](https://guide.pycord.dev/getting-started/more-features#event-handlers) and [commands](https://guide.pycord.dev/category/application-commands) (each as individual methods) into one class.
6969
There are separate cog files for each activity, and one [`__init__.py`](cogs/__init__.py) file which instantiates them all:
7070

71-
<!--- pyml disable-next-line no-emphasis-as-heading-->
71+
<!--- pyml disable-next-line no-emphasis-as-heading -->
7272
*For more information about the purpose of each cog, please look at the documentation within the files themselves*
7373

7474
* [`cogs/__init__.py`](cogs/__init__.py): instantiates all the cog classes within this directory

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ uv sync
142142
> [!TIP]
143143
> Syncing the dependencies is not required. uv performs this automatically every time the `uv run` command is used
144144
145-
146145
### Creating Your [Bot](https://discord.com/developers/docs/topics/oauth2#bot-vs-user-accounts)
147146

148147
A full guide on how to create your bot's account can be found [here; on Pycord's wiki](https://docs.pycord.dev/en/stable/discord.html).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dev = [
55
{ include-group = "test" },
66
{ include-group = "type-check" },
77
]
8-
lint-format = ["ccft-pymarkdown[git-python]>=2.0", "ruff>=0.12"]
8+
lint-format = ["pymarkdownlnt>=0.9.28", "ruff>=0.12"]
99
main = [
1010
"asyncstdlib>=3.13",
1111
"beautifulsoup4>=4.12",

uv.lock

Lines changed: 4 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)