Skip to content

Commit c3a0832

Browse files
committed
update hooks configs
1 parent dff9b47 commit c3a0832

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ max-line-length = 88
8787
max-complexity = 18
8888
select = "B,C,E,F,W,T4"
8989

90+
[tool.black]
91+
profile = "flake8"
92+
line-length = 88
93+
skip-string-normalization = true
94+
95+
[tool.isort]
96+
profile = "black"
97+
line_length = 88
98+
multi_line_output = 3
99+
90100
[build-system]
91101
requires = ["setuptools>=61", "wheel"]
92102
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)