mirror of
https://github.com/ZGCA-Forge/MsgCenterPy.git
synced 2025-12-14 04:54:43 +00:00
Update gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -48,6 +48,9 @@ docs/_static/
|
||||
|
||||
# Visual Studio Code
|
||||
.vscode/
|
||||
.cursor/
|
||||
.cursorignore
|
||||
pyrightconfig.json
|
||||
|
||||
# ================================
|
||||
# Operating System files
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -184,7 +184,7 @@
|
||||
same "printed page" as the copyright notice for easier
|
||||
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");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user