add isort to project
This commit is contained in:
@@ -8,10 +8,12 @@ pkgs.mkShell {
|
||||
pkgs.python3
|
||||
pkgs.python3Packages.coveralls
|
||||
pkgs.python3Packages.black
|
||||
pkgs.python3Packages.poetry
|
||||
pkgs.python3Packages.pytest
|
||||
pkgs.python3Packages.pytest-black
|
||||
pkgs.python3Packages.pytestcov
|
||||
pkgs.python3Packages.pytest-flake8
|
||||
pkgs.python3Packages.pytest-isort
|
||||
pkgs.python3Packages.pytest-mypy
|
||||
pkgs.python3Packages.pytest-pylint
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user