Skip to content

PyCharm Configuration

Nick Rossenbach edited this page Jun 23, 2020 · 17 revisions

In order to conveniently work with PyCharm on RETURNN, some modification to the settings can be made. This Guide is for PyCharm 2020.1.2, but should work for other versions as well.

Editor->Code Style->Python

  • change Scheme to Project
  • Tabs and Indents
    • Tabsize: 2
    • Indent: 2

Editor->Inspections

  • change Profile to Project Default
  • Python->PEP8 coding style violation
    • change Severity from weak warning to warning
    • Ignore Errors: E111 and E114

Project: returnn->Project Structure

  • exclude:
    • docs/_build
    • docs/api
    • docs/returnn