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

Commit

Permalink
isort with colors
Browse files Browse the repository at this point in the history
  • Loading branch information
TezRomacH committed Jun 28, 2021
1 parent 58ca77e commit 759ff43
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cookiecutter = "^1.7.3"
bandit = "^1.7.0"
black = "^21.6b0"
darglint = "^1.8.0"
isort = "^5.9.1"
isort = {extras = ["colors"], version = "^5.9.1"}
mypy = "^0.910"
pre-commit = "^2.13.0"
pydocstyle = "^6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion {{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rich = "^10.4.0"
bandit = "^1.7.0"
black = "^21.6b0"
darglint = "^1.8.0"
isort = "^5.9.1"
isort = {extras = ["colors"], version = "^5.9.1"}
mypy = "^0.910"
pre-commit = "^2.13.0"
pydocstyle = "^6.1.1"
Expand Down

0 comments on commit 759ff43

Please sign in to comment.