Skip to content

Instantly share code, notes, and snippets.

View drew2a's full-sized avatar
:octocat:
Looking for a job: https://www.linkedin.com/in/drew2a

Andrei Andreev drew2a

:octocat:
Looking for a job: https://www.linkedin.com/in/drew2a
View GitHub Profile
1. Install `flack8` and `import-order` plugin:
Note: Below all examples imply the use of venv for the project.
```
python3 -m pip install flake8
python3 -m pip install flake8-import-order
```
2. Add `File Watcher`: