File size: 390 Bytes
82b1bc7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# these requirements are only required for development inside vscode pre-commit # hooks for applying linters on commit black # code formatting isort # import sorting flake8 # code analysis pylint # code analysis bandit # security analysis ipykernel # jupyter kernel for vscode # auxiliary requirements read-version wheel setuptools |