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
Or, in Visual Studio Code, launch the **Code Coverage** task.
90
+
82
91
### Preventing linter errors
83
92
84
93
Several linters are setup to run automatically when you try to commit as part of running `script/setup` in the [virtual environment](development_environment.mdx).
@@ -89,6 +98,8 @@ You can also run these linters manually :
89
98
pre-commit run --show-diff-on-failure
90
99
```
91
100
101
+
Or, in Visual Studio Code, launch the **Pre-commit** task.
102
+
92
103
The linters are also available directly, you can run tests on individual files:
0 commit comments