Update gitignore

This commit is contained in:
Xuwznln
2025-10-01 15:37:50 +08:00
parent 1ccf2d4ac7
commit 3d032c0b98
3 changed files with 5 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ version = {attr = "msgcenterpy.__version__"}
[tool.black]
line-length = 120
target-version = ['py310']
target-version = ['py310', 'py311', 'py312', 'py313']
[tool.isort]
profile = "black"