Skip to content

Commit

Permalink
Remove markdown formating until alerts are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Jun 25, 2024
1 parent 2ac64eb commit ff25f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ line-ending = "lf"
format-code = { cmd = "poetry run ruff format", help = "Code style formating with ruff" }
format-markdown = { cmd = "mdformat --wrap 119 --end-of-line lf README.md", help = "Markdown formating with mdformat" }
test = { cmd = "poetry run pytest --cov=iscc_sct --cov-fail-under=100 --cov-report=term-missing", help = "Run tests with coverage" }
all = ["format-code", "format-markdown", "test"]
all = ["format-code", "test"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ff25f9f

Please sign in to comment.