Skip to content

Commit b94576f

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

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Release Notes
6868

6969
- Drop support for Python 3.8
7070
- Drop support for macOS-11, add support for macOS-14
71-
71+
7272
- 2024-02-19:
7373

7474
- Replace support in CI of default ubuntu-20.04 by ubuntu-22.04

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)