Skip to content

Commit f428366

Browse files
committed
Update codestyle command
* Remove trailing whitespace Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 3d42985 commit f428366

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/contribute/contrib_doc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ What is Checked?
9797
^^^^^^^^^^^^^^^^
9898

9999
PyCQA is an Organization for code quality tools (and plugins) for the Python programming language.
100-
Doc8 is a sub-project of the same Organization. Refer this
100+
Doc8 is a sub-project of the same Organization. Refer this
101101
`README <https://github.com/PyCQA/doc8/blob/main/README.rst>`_ for more details.
102102

103103
What is checked:
@@ -263,7 +263,7 @@ Converting from Markdown
263263
------------------------
264264

265265
If you want to convert a ``.md`` file to a ``.rst`` file, this
266-
`tool <https://github.com/chrissimpkins/md2rst>`_ does it pretty well.
266+
`tool <https://github.com/chrissimpkins/md2rst>`_ does it pretty well.
267267
You will still have to clean up and check for errors as this contains a lot of bugs. But this is
268268
definitely better than converting everything by yourself.
269269

tests/test_skeleton_codestyle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_skeleton_codestyle(self):
2323
return
2424

2525
commands = [
26-
["venv/bin/ruff", "--check"],
26+
["venv/bin/ruff", "check"],
2727
["venv/bin/ruff", "format", "--check"],
2828
]
2929
command = None

0 commit comments

Comments
 (0)