Skip to content

Commit d962e05

Browse files
graingertjakkdl
andauthored
Update src/trio/_tools/gen_exports.py
Co-authored-by: John Litborn <11260241+jakkdl@users.noreply.github.com>
1 parent e78f317 commit d962e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trio/_tools/gen_exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def run_linters(file: File, source: str) -> str:
180180
SystemExit: If either failed.
181181
"""
182182

183-
for fn in (run_black, run_ruff, run_black):
183+
for fn in (run_black, run_ruff):
184184
success, source = fn(file, source)
185185
if not success:
186186
print(source)

0 commit comments

Comments
 (0)