You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ This will trigger a GitHub Action that will run the UI tests automatically and p
173
173
174
174
## Code Styling
175
175
176
-
All non-Python source code is formatted using [Prettier](https://prettier.io) and Python source code is formatted using [black](https://github.com/psf/black).
176
+
All non-Python source code is formatted using [Prettier](https://prettier.io) and Python source code is formatted using [Black](https://github.com/psf/black).
177
177
When code is modified and committed, all staged files will be
178
178
automatically formatted using pre-commit git hooks with help from
179
179
[pre-commit](https://github.com/pre-commit/pre-commit). The benefit of
@@ -201,7 +201,7 @@ pre-commit run
201
201
202
202
which should run any autoformatting on your code
203
203
and tell you about any errors it couldn't fix automatically.
204
-
You may also install [black integration](https://github.com/psf/black#editor-integration)
204
+
You may also install [Black integration](https://github.com/psf/black#editor-integration)
205
205
into your text editor to format code automatically.
206
206
207
207
If you have already committed files before setting up the pre-commit
@@ -220,7 +220,7 @@ running with the `--hook-stage manual` argument.
220
220
221
221
## Documentation
222
222
223
-
First make sure you have set up a development environment as described above.
223
+
First, make sure you have set up a development environment as described above.
224
224
225
225
Then run the following command to build the docs:
226
226
@@ -234,7 +234,7 @@ In a separate terminal window, run the following command to serve the documentat
234
234
hatch run docs:serve
235
235
```
236
236
237
-
Now open a web browser and navigate to `http://localhost:8000` to access the documentation.
237
+
Now, open a web browser and navigate to `http://localhost:8000` to access the documentation.
0 commit comments