mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-25 15:00:13 +01:00
Switch to Astral Python tools: ruff and ty (#7243)
This replaces black, flake8, and mypy with the more modern and efficient tools `ruff` and `ty` from Astral. Assisted-by: Antigravity with Gemini
This commit is contained in:
@@ -11,7 +11,6 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
import argparse
|
||||
import os
|
||||
import pathlib
|
||||
|
||||
import re
|
||||
import sys
|
||||
from typing import List, Optional, Tuple
|
||||
|
||||
@@ -13,7 +13,6 @@ import pathlib
|
||||
import tempfile
|
||||
import unittest
|
||||
|
||||
|
||||
from proposals.scripts import check_proposal_names
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user