Doc: Use proper name capitalization of tooling (Ruff, Black, Flake8) (#10913)

This commit is contained in:
Avasam
2023-10-18 18:46:53 -04:00
committed by GitHub
parent 608eca5234
commit 35873ec3d8
11 changed files with 52 additions and 44 deletions

View File

@@ -5,7 +5,7 @@ from typing import TypeVar
from typing_extensions import assert_type
if sys.version_info >= (3, 11):
# This can be removed later, but right now `flake8` does not know
# This can be removed later, but right now Flake8 does not know
# about these two classes:
from builtins import BaseExceptionGroup, ExceptionGroup