Skip to content

Commit

Permalink
Update shortcuts_and_apps_setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri authored May 13, 2024
1 parent 618ef19 commit 5876275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/shortcuts_and_apps_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ shortcuts: You can read more about the shortcuts [here](https://github.com/glaze
- If you are on Windows, use pycharm with WSL.
- Use docker with pycharm, very easy to pull and create images & containers. Specially if you want to test your app, you can create a ubuntu container in less then 5sec.
- Sync pycharm settings : https://www.jetbrains.com/help/pycharm/sharing-your-ide-settings.html#IDE_settings_sync
- Change the source folder for imports (https://stackoverflow.com/a/34304165)
- Commits : [doc](https://www.jetbrains.com/help/pycharm/log-tab.html)
- pre-commit hooks : If you use conda as an interpreter in pycharm, you need to install pre-commit with pip in the environment that you are using. After the installation, see in the commit options (wheel button) next to the message if `Run git hooks` is there. If it isn't then restart pycharm.
- When you write in your terminal : `pip list | grep pre-commit` you should see the package. Running `pre-commit --version` should also work.
Expand Down

0 comments on commit 5876275

Please sign in to comment.