Actions
PyCharm Settings » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
Nina Brundke, 2020-11-09 15:18
Fixed code style path
Some settings when using PyCharm IDE
Editor -> General¶
Strip trailing spaces on save = All
Ensure line feed at file end on save = Checked
Editor -> Code Style -> Python -> Tab Imports¶
- Sort import statements
- Sort imported names in "from" imports
- Sort plain and "from" imports separately within a group
- Join imports with the same source
Nosetests¶
Target: Choose Script path and enter path to tests, e.g. /home/alex/projects/www/openatlas/tests
Additional Arguments: --with-coverage --cover-package openatlas --cover-html --cover-tests --cover-erase
Preferences¶
These are some personal preferences which don't have any effect on submitted code.
Font¶
- Font: DejaVu Sans Mono
- Size: 13
- Line spacing: 1.2
Updated by Nina Brundke 3 months ago · 5 revisions