Skip to content

Commit

Permalink
Fixing issue with isort/black incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 3, 2023
1 parent 4f1c0b2 commit d255912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pytest:
.PHONY: black
black:
poetry run black --check ${NORNIR_DIRS}
poetry run isort --check nornir tests
poetry run isort --profile black --check nornir tests

.PHONY: sphinx
sphinx:
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -38,7 +38,7 @@ pytest = "*"
pytest-cov = "*"
pylama = "*"
requests-mock = "*"
black = "^23.7.0"
black = "^23.9.1"
isort = "^5.12.0"
mypy = "^1.5.1"
types-Jinja2 = "^2.11.9"
Expand Down

0 comments on commit d255912

Please sign in to comment.