Skip to content

Commit 36c24f3

Browse files
committed
[NEW] Pyproject config
1 parent 8f85858 commit 36c24f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[tool.isort]
2+
profile = "black"
3+
filter_files = true
4+
multi_line_output = 3
5+
include_trailing_comma = true
6+
force_grid_wrap = 0
7+
use_parentheses = true
8+
ensure_newline_before_comments = true
9+
line_length = 120
10+
11+
[tool.bandit]
12+
exclude_dirs = ["tests"]

0 commit comments

Comments
 (0)