Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
echo "${{ github.event.pull_request.head.sha }}" > commit_sha.txt

# Workaround for codecov tokenless upload errors on external PRs
# Copied and ajusted from the workarounds suggested in the link below:
# Copied and adjusted from the workarounds suggested in the link below:
# https://github.com/codecov/feedback/issues/301#issuecomment-2009355183
# Triggered sub-workflow is not able to detect the original commit/PR which is available
# in this workflow.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CodeCov Report Upload

on:
# This workflow is triggered after every successfull execution
# This workflow is triggered after every successful execution
# of `ci` workflow.
workflow_run:
workflows: ["CI"]
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

An [mdformat] plugin to read configuration from `pyproject.toml`.

> ⚠️ WARNING: it has been detected that some native `mdformat` options like `end_of_line` or
> `exclude` are currently being ignored when included in the `pyproject.toml` file. The issue is
> being worked on right now. You can read more here in
> [issue #4](https://github.com/csala/mdformat-pyproject/issues/4)

## Install

Install with:
Expand Down
2 changes: 1 addition & 1 deletion mdformat_pyproject/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""An mdformat plugin for..."""
"""An mdformat plugin for reading configuration from ``pyproject.toml`` files."""

__version__ = "0.0.2"

Expand Down