Skip to content

Commit

Permalink
feat: replace black with ruff for formatting Python code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing committed Feb 19, 2024
1 parent d923592 commit 409e952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mdformat_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""An mdformat plugin for mkdocs."""

__version__ = "2.0.2"
__version__ = "2.0.3"

# FYI see source code for available interfaces:
# https://github.com/executablebooks/mdformat/blob/5d9b573ce33bae219087984dd148894c774f41d4/src/mdformat/plugins.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ dynamic = ["version", "description"]
recommended = [
# Keep in-sync with README
"mdformat-beautysh >= 0.1.1",
"mdformat-black >= 0.1.1",
"mdformat-config >= 0.1.3",
"mdformat-footnote >= 0.1.1",
"mdformat-frontmatter >= 2.0.8",
"mdformat-ruff >= 0.1.3",
"mdformat-simple-breaks >= 0.0.1",
"mdformat-tables >= 0.4.1",
"mdformat-toc >= 0.3.0",
Expand Down

0 comments on commit 409e952

Please sign in to comment.