Create a setup.py file, PyCharm has a tool for this. Tools -> create setup.py a basic setup.py file looks like this:
from setuptools import setup
with open('README.md') as readme:| set number | |
| set mouse=a | |
| syntax on |
| # Enable mouse mode (tmux 2.1 and above) | |
| set -g mouse on | |
| TERM="xterm-256color" | |
| # List of plugins | |
| set -g @plugin 'tmux-plugins/tpm' | |
| set -g @plugin 'tmux-plugins/tmux-sensible' | |
| set -g @plugin 'tmux-plugins/tmux-resurrect' | |
| # Other examples: |
| .headers on | |
| .mode column | |
| .nullvalue null |
| Name: Flake8 | |
| File type: Python | |
| Scope: Project Files/Current File | |
| Program: $PyInterpreterDirectory$/flake8 | |
| Arguments: $FileDir$/$FileName$ | |
| Output paths to refresh: $FileDir$ | |
| Working directory: $ProjectFileDir$ | |
| Outup filters: $FILE_PATH$:$LINE$:$COLUMN$: $MESSAGE$ |