Skip to content

Commit 8515434

Browse files
dalthvizccordoba12
andauthored
Apply suggestions from code review
Co-authored-by: Carlos Cordoba <[email protected]>
1 parent cd91711 commit 8515434

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ mypy --package mypackage $(qtpy mypy-args)
143143

144144
In the case of Pyright, instead of runtime arguments, it is required to create a
145145
config file for the project, called `pyrightconfig.json` or a `pyright` section
146-
in `pyproject.toml`. See [here](https://github.com/microsoft/pyright/blob/main/docs/configuration.md) for reference. In order to set this configuration, QtPy offers the `pyright-config` command as guidance.
146+
in `pyproject.toml`. See [here](https://github.com/microsoft/pyright/blob/main/docs/configuration.md)
147+
for reference. In order to set this configuration, QtPy offers the `pyright-config`
148+
command for guidance.
147149

148150
If you run
149151

@@ -152,9 +154,9 @@ qtpy pyright-config
152154
```
153155

154156
you will get the necessary configs to be included in your project files. If you don't
155-
have them, it is recommended to create the latter. For example, in an environment where PyQt5 is installed and selected
156-
(or the default fallback, if no binding can be found in the environment),
157-
this would output the following:
157+
have them, it is recommended to create the latter. For example, in an environment where PyQt5
158+
is installed and selected (or the default fallback, if no binding can be found in the
159+
environment), this would output the following:
158160

159161
```text
160162
pyrightconfig.json:

0 commit comments

Comments
 (0)