Commit 86470fa1 authored by Jan Reimes's avatar Jan Reimes
Browse files

style(config): update mdformat command to exclude .config/skills

parent 733fa3e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ run = [
    "ruff format .",
    "isort .",
    "undersort .",
    "mdformat src/ docs/ tests/ .config/skills",
    "mdformat src/ docs/ tests/ --exclude .config/skills",
]

[tasks.lint]