From 3d032c0b988f9a0ec54bfe2f3eb0c3b11fa6eb52 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:37:50 +0800 Subject: [PATCH] Update gitignore --- .gitignore | 3 +++ LICENSE | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e81c88..cec6d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,9 @@ docs/_static/ # Visual Studio Code .vscode/ +.cursor/ +.cursorignore +pyrightconfig.json # ================================ # Operating System files diff --git a/LICENSE b/LICENSE index f6553aa..d527bd8 100644 --- a/LICENSE +++ b/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. diff --git a/pyproject.toml b/pyproject.toml index d2750ca..3c5bcd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"