Skip to content

Commit bf5fdd4

Browse files
committed
Highlight pyproject.toml sections
1 parent e21c1df commit bf5fdd4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ exclude = ["contrib", "docs", "tests*", "tasks"]
7070
"w64-arm.exe",
7171
]
7272

73+
######################################################################################
74+
# towncrier
75+
#
76+
7377
[tool.towncrier]
7478
# For finding the __version__
7579
package = "pip"
@@ -94,6 +98,10 @@ type = [
9498
{ name = "Trivial Changes", directory = "trivial", showcontent = false },
9599
]
96100

101+
######################################################################################
102+
# vendoring
103+
#
104+
97105
[tool.vendoring]
98106
destination = "src/pip/_vendor/"
99107
requirements = "src/pip/_vendor/vendor.txt"
@@ -140,6 +148,10 @@ CacheControl = "https://raw.githubusercontent.com/ionrock/cachecontrol/v0.12.6/L
140148
distlib = "https://bitbucket.org/pypa/distlib/raw/master/LICENSE.txt"
141149
webencodings = "https://github.com/SimonSapin/python-webencodings/raw/master/LICENSE"
142150

151+
######################################################################################
152+
# ruff
153+
#
154+
143155
[tool.ruff]
144156
src = ["src"]
145157
target-version = "py38"

0 commit comments

Comments
 (0)