Fix Black target-version and format code

- Remove py312 from Black target-version (unsupported)
- Format mdclient/auth.py and mdclient/client.py with Black
- Update code style: double quotes for strings

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 14:40:34 +08:00
parent 38b4bc5377
commit 1f8b7858c3
3 changed files with 46 additions and 53 deletions

View File

@@ -50,7 +50,7 @@ include = ["mdclient*"]
[tool.black]
line-length = 100
target-version = ["py38", "py39", "py310", "py311", "py312"]
target-version = ["py38", "py39", "py310", "py311"]
[tool.mypy]
python_version = "3.8"