Skip to content

Commit

Permalink
docs: fix daily workflows documentation typo (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
pderer authored Aug 17, 2023
1 parent 8e0fa3a commit dc0445a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev/daily-workflows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ Set the following keys in the workspace settings to configure Python tools:
* - ``{mypy-type-checker,black-formatter}.importStrategy``
- ``"fromEnvironment"``
* - ``ruff.interpreter``
- ``["dist/export/python/virtualenvs/black/3.11.4/bin/python"]``
- ``["dist/export/python/virtualenvs/ruff/3.11.4/bin/python"]``
* - ``ruff.path``
- ``["dist/export/python/virtualenvs/black/3.11.4/bin/ruff"]``
- ``["dist/export/python/virtualenvs/ruff/3.11.4/bin/ruff"]``

.. note:: **Changed in July 2023**

Expand Down

0 comments on commit dc0445a

Please sign in to comment.