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

3
.gitignore vendored
View File

@@ -48,6 +48,9 @@ docs/_static/
# Visual Studio Code # Visual Studio Code
.vscode/ .vscode/
.cursor/
.cursorignore
pyrightconfig.json
# ================================ # ================================
# Operating System files # Operating System files

View File

@@ -184,7 +184,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright [yyyy] [name of copyright owner] Copyright 2025 ZGCA-Forge/MsgCenterPy
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

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