Skip to content

Commit

Permalink
Check in PyCharm project (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Feb 20, 2021
1 parent 7ca0178 commit 2d8291f
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/PathPicker.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ from the team will start reviewing.
Before sending them over, make sure the tests pass with:
`./scripts/runTests.sh`

#### Test dependencies
### Test dependencies

* Install [poetry](https://github.com/python-poetry/poetry).
* Select poetry environment with `poetry env use 3.6`. Some linters depend on Python version and it's better to check on the same version as we use in CI.

### PyCharm project
You can open PathPicker in PyCharm. You will also need to install [poetry plugin](https://plugins.jetbrains.com/plugin/14307-poetry) for using poetry environment.

### Contributor License Agreement ("CLA")

In order to accept your pull request, we need you to submit a CLA. You only need to do this once, so if you've done this for another Facebook open source project, you're good to go. If you are submitting a pull request for the first time, just let us know that you have completed the CLA and we can cross-check with your GitHub username.
Expand Down

0 comments on commit 2d8291f

Please sign in to comment.