We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf021f commit 32b965eCopy full SHA for 32b965e
pyproject.toml
@@ -114,3 +114,6 @@ version = { attr = "cve_bin_tool.version.VERSION" }
114
"cve_bin_tool" = ["schemas/*.xsd"]
115
"sbom" = ["*.spdx", "*.json"]
116
"mismatch" = ["*.py"]
117
+
118
+[tool.isort]
119
+profile = "black"
setup.cfg
@@ -1,6 +1,3 @@
1
-[isort]
2
-profile = black
3
-
4
[flake8]
5
exclude = build, bandit.conf
6
max-line-length = 88
0 commit comments