Update python version for black (#6877)

This is making it consistent with other places we set a Python version:
- contribution_tools.md
- .python-version
- bench_runner.py
- build-setup-common/action.yml

Assisted-by: Google Antigravity with Gemini
This commit is contained in:
Jon Ross-Perkins
2026-03-12 16:45:58 +00:00
committed by GitHub
parent 4c69a1baf0
commit 1e9708e2cc
+1 -1
View File
@@ -4,5 +4,5 @@
[tool.black]
line-length = 80
target-version = ['py36', 'py37', 'py38']
target-version = ['py310']
include = '\.pyi?$'