mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 20:40:11 +01:00
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
9 lines
267 B
TOML
9 lines
267 B
TOML
# Part of the Carbon Language project, under the Apache License v2.0 with LLVM
|
|
# Exceptions. See /LICENSE for license information.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
[tool.black]
|
|
line-length = 80
|
|
target-version = ['py310']
|
|
include = '\.pyi?$'
|