Skip to content

Commit 32b965e

Browse files
committed
ci: move isort config to pyproject.toml
1 parent fcf021f commit 32b965e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ version = { attr = "cve_bin_tool.version.VERSION" }
114114
"cve_bin_tool" = ["schemas/*.xsd"]
115115
"sbom" = ["*.spdx", "*.json"]
116116
"mismatch" = ["*.py"]
117+
118+
[tool.isort]
119+
profile = "black"

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[isort]
2-
profile = black
3-
41
[flake8]
52
exclude = build, bandit.conf
63
max-line-length = 88

0 commit comments

Comments
 (0)