Skip to content

Commit 504ac38

Browse files
authored
Update repository URLs and image link to point to community-of-python org (#117)
1 parent 62bb08b commit 504ac38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ auto-typing-final . --import-style typing-final
5555

5656
## VS Code Extension
5757

58-
<img width="768" alt="image" src="https://github.com/vrslev/auto-typing-final/assets/75225148/f1541056-06f5-4caa-8c94-0a5eaf98ba15">
58+
<img width="768" alt="image" src="https://github.com/community-of-python/auto-typing-final/assets/75225148/f1541056-06f5-4caa-8c94-0a5eaf98ba15">
5959

6060
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:
6161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/vrslev/auto-typing-final.git"
10+
"url": "https://github.com/community-of-python/auto-typing-final.git"
1111
},
1212
"keywords": ["python", "linting", "mypy"],
1313
"engines": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
dynamic = ["version"]
1717

1818
[project.urls]
19-
Repository = "https://github.com/vrslev/auto-typing-final"
19+
Repository = "https://github.com/community-of-python/auto-typing-final"
2020

2121
[project.scripts]
2222
auto-typing-final = "auto_typing_final.main:main"

0 commit comments

Comments
 (0)