Skip to content

Commit 4d650ce

Browse files
author
Michael Brewer
committed
fix(deps): Bump isort from 5.7.0 to 5.8.0
1 parent 2fecce5 commit 4d650ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dev:
1010
pre-commit install
1111

1212
format:
13-
poetry run isort -rc aws_lambda_powertools tests
13+
poetry run isort aws_lambda_powertools tests
1414
poetry run black aws_lambda_powertools tests
1515

1616
lint: format

poetry.lock

Lines changed: 4 additions & 4 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
@@ -40,7 +40,7 @@ flake8-debugger = "^4.0.0"
4040
flake8-fixme = "^1.1.1"
4141
flake8-isort = "^4.0.0"
4242
flake8-variables-names = "^0.0.4"
43-
isort = "^5.7.0"
43+
isort = "^5.8.0"
4444
pytest-cov = "^2.11.1"
4545
pytest-mock = "^3.5.1"
4646
pdoc3 = "^0.9.2"

0 commit comments

Comments
 (0)