Skip to content

Commit

Permalink
Adopt preferred tool config format for pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-myome committed Sep 18, 2023
1 parent 95305be commit a45eed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.PRECIOUS:
.SUFFIXES:

SHELL:=/bin/bash -e -o pipefail -O globstar
SHELL:=/bin/bash -e -o pipefail #-O globstar
SELF:=$(firstword $(MAKEFILE_LIST))

VE_DIR=venv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exclude_lines = [
[tool.black]
line-length = 100

[isort]
[tool.isort]
profile = "black"
src_paths = ["src"]

Expand Down

0 comments on commit a45eed3

Please sign in to comment.