Skip to content

Commit 4b6169c

Browse files
committed
set defaults for isort and black
1 parent 7363545 commit 4b6169c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pyproject.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,19 @@ addopts = [
3737
testpaths = [
3838
"tests",
3939
"integration",
40-
]
40+
]
41+
42+
[tool.isort]
43+
py_version = 311
44+
filter_files = true
45+
profile = 'black'
46+
line_length = 120
47+
48+
[tool.black]
49+
line-length = 120
50+
target-version = ['py312']
51+
exclude = '''
52+
(
53+
| migrations
54+
)
55+
'''

0 commit comments

Comments
 (0)