Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 759ff43

Browse files
committed
isort with colors
1 parent 58ca77e commit 759ff43

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

poetry.lock

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cookiecutter = "^1.7.3"
3737
bandit = "^1.7.0"
3838
black = "^21.6b0"
3939
darglint = "^1.8.0"
40-
isort = "^5.9.1"
40+
isort = {extras = ["colors"], version = "^5.9.1"}
4141
mypy = "^0.910"
4242
pre-commit = "^2.13.0"
4343
pydocstyle = "^6.1.1"

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rich = "^10.4.0"
5050
bandit = "^1.7.0"
5151
black = "^21.6b0"
5252
darglint = "^1.8.0"
53-
isort = "^5.9.1"
53+
isort = {extras = ["colors"], version = "^5.9.1"}
5454
mypy = "^0.910"
5555
pre-commit = "^2.13.0"
5656
pydocstyle = "^6.1.1"

0 commit comments

Comments
 (0)