Skip to content

Commit 4314bf3

Browse files
authored
Remove old tox env (linting) from contributing doc (#337)
1 parent fd61e85 commit 4314bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Tests are run with ``tox``, you can run the baseline environments before submitt
1515

1616
.. code-block:: console
1717
18-
$ tox -e py38,linting
18+
$ tox -e py38
1919
2020
Style checks and formatting are done automatically during commit courtesy of
2121
`pre-commit <https://pre-commit.com>`_.

0 commit comments

Comments
 (0)