From 1672af810223f09e250be1500c24ff33feea17c5 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Fri, 20 Jun 2025 15:07:12 +0300 Subject: [PATCH] Update repository URLs and image link to point to community-of-python organization --- README.md | 2 +- package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa546e1..035827b 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ auto-typing-final . --import-style typing-final ## VS Code Extension -image +image The extension uses LSP server bundled with the CLI (executable name is `auto-typing-final-lsp-server`). To get started, add `auto-typing-final` to your project: diff --git a/package.json b/package.json index ac39815..7b23671 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/vrslev/auto-typing-final.git" + "url": "https://github.com/community-of-python/auto-typing-final.git" }, "keywords": ["python", "linting", "mypy"], "engines": { diff --git a/pyproject.toml b/pyproject.toml index a36820e..39a7c27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dynamic = ["version"] [project.urls] -Repository = "https://github.com/vrslev/auto-typing-final" +Repository = "https://github.com/community-of-python/auto-typing-final" [project.scripts] auto-typing-final = "auto_typing_final.main:main"