Skip to content

Commit 6e684f3

Browse files
committed
DOC: Better docs
1 parent 03389bf commit 6e684f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codespell-private.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# For general usage in your repo, see the example in codespell.yml
33
# https://github.com/codespell-project/codespell
44
name: codespell Private Actions
5+
# Cancel an action on a given PR once a new commit is pushed
56
concurrency:
67
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
78
cancel-in-progress: true

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This is equivalent to running::
107107

108108
codespell --quiet-level 3 --count --skip "*.po,*.ts,./src/3rdParty,./src/Test"
109109

110-
Now codespell also support ``pyproject.toml``::
110+
Now codespell also support ``pyproject.toml`` via the ``--toml pyproject.toml`` argument::
111111

112112
[tool.codespell]
113113
skip = '*.po,*.ts,./src/3rdParty,./src/Test'

0 commit comments

Comments
 (0)