Skip to content

Commit dd83e19

Browse files
committed
remove duplicated line
1 parent f083bb4 commit dd83e19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ Before submitting your changes, make sure the code follows the project's style b
8282

8383
.. code:: console
8484
85-
$ ruff check . # Check for linting issues
86-
$ ruff check --fix . # Fix auto-fixable issues
85+
$ ruff check --fix . # Fix linting issues
8786
$ ruff format . # Format code
8887
8988
Then run the unit tests:

0 commit comments

Comments
 (0)