mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 13:40:11 +01:00
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:
+1
-1
@@ -4,5 +4,5 @@
|
||||
|
||||
[tool.black]
|
||||
line-length = 80
|
||||
target-version = ['py36', 'py37', 'py38']
|
||||
target-version = ['py310']
|
||||
include = '\.pyi?$'
|
||||
|
||||
Reference in New Issue
Block a user