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
After that you'll need to install the required python dependencies as well as development dependencies for linting the project.
29
29
30
30
```bash
31
-
pip install -e .["dev"]
31
+
pip install -e ."[dev]"
32
32
```
33
33
34
34
Finally, you should make sure `pre-commit` has setup the git hooks on your machine by running the following command. This will run the automated checks every time you commit.
0 commit comments