Skip to content

Commit db789ff

Browse files
committed
Changes re: transfer to org
1 parent 04fd467 commit db789ff

File tree

4 files changed

+33
-32
lines changed

4 files changed

+33
-32
lines changed

README.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -28,32 +28,32 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plu
2828
* - Other
2929
- |license| |language| |requires|
3030

31-
.. |actions_linux| image:: https://github.com/domdfcoding/pytest-mypy-plugins-shim/workflows/Linux/badge.svg
32-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Linux%22
31+
.. |actions_linux| image:: https://github.com/python-coincidence/pytest-mypy-plugins-shim/workflows/Linux/badge.svg
32+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Linux%22
3333
:alt: Linux Test Status
3434

35-
.. |actions_windows| image:: https://github.com/domdfcoding/pytest-mypy-plugins-shim/workflows/Windows/badge.svg
36-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Windows%22
35+
.. |actions_windows| image:: https://github.com/python-coincidence/pytest-mypy-plugins-shim/workflows/Windows/badge.svg
36+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Windows%22
3737
:alt: Windows Test Status
3838

39-
.. |actions_macos| image:: https://github.com/domdfcoding/pytest-mypy-plugins-shim/workflows/macOS/badge.svg
40-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/actions?query=workflow%3A%22macOS%22
39+
.. |actions_macos| image:: https://github.com/python-coincidence/pytest-mypy-plugins-shim/workflows/macOS/badge.svg
40+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22macOS%22
4141
:alt: macOS Test Status
4242

43-
.. |actions_flake8| image:: https://github.com/domdfcoding/pytest-mypy-plugins-shim/workflows/Flake8/badge.svg
44-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Flake8%22
43+
.. |actions_flake8| image:: https://github.com/python-coincidence/pytest-mypy-plugins-shim/workflows/Flake8/badge.svg
44+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22Flake8%22
4545
:alt: Flake8 Status
4646

47-
.. |actions_mypy| image:: https://github.com/domdfcoding/pytest-mypy-plugins-shim/workflows/mypy/badge.svg
48-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/actions?query=workflow%3A%22mypy%22
47+
.. |actions_mypy| image:: https://github.com/python-coincidence/pytest-mypy-plugins-shim/workflows/mypy/badge.svg
48+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/actions?query=workflow%3A%22mypy%22
4949
:alt: mypy status
5050

51-
.. |requires| image:: https://requires.io/github/domdfcoding/pytest-mypy-plugins-shim/requirements.svg?branch=master
52-
:target: https://requires.io/github/domdfcoding/pytest-mypy-plugins-shim/requirements/?branch=master
51+
.. |requires| image:: https://requires.io/github/python-coincidence/pytest-mypy-plugins-shim/requirements.svg?branch=master
52+
:target: https://requires.io/github/python-coincidence/pytest-mypy-plugins-shim/requirements/?branch=master
5353
:alt: Requirements Status
5454

55-
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/pytest-mypy-plugins-shim?logo=codefactor
56-
:target: https://www.codefactor.io/repository/github/domdfcoding/pytest-mypy-plugins-shim
55+
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/python-coincidence/pytest-mypy-plugins-shim?logo=codefactor
56+
:target: https://www.codefactor.io/repository/github/python-coincidence/pytest-mypy-plugins-shim
5757
:alt: CodeFactor Grade
5858

5959
.. |pypi-version| image:: https://img.shields.io/pypi/v/pytest-mypy-plugins-shim
@@ -72,19 +72,19 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plu
7272
:target: https://pypi.org/project/pytest-mypy-plugins-shim/
7373
:alt: PyPI - Wheel
7474

75-
.. |license| image:: https://img.shields.io/github/license/domdfcoding/pytest-mypy-plugins-shim
76-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/blob/master/LICENSE
75+
.. |license| image:: https://img.shields.io/github/license/python-coincidence/pytest-mypy-plugins-shim
76+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/blob/master/LICENSE
7777
:alt: License
7878

79-
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/pytest-mypy-plugins-shim
79+
.. |language| image:: https://img.shields.io/github/languages/top/python-coincidence/pytest-mypy-plugins-shim
8080
:alt: GitHub top language
8181

82-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/pytest-mypy-plugins-shim/v0.1.0
83-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/pulse
82+
.. |commits-since| image:: https://img.shields.io/github/commits-since/python-coincidence/pytest-mypy-plugins-shim/v0.1.0
83+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/pulse
8484
:alt: GitHub commits since tagged version
8585

86-
.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/pytest-mypy-plugins-shim
87-
:target: https://github.com/domdfcoding/pytest-mypy-plugins-shim/commit/master
86+
.. |commits-latest| image:: https://img.shields.io/github/last-commit/python-coincidence/pytest-mypy-plugins-shim
87+
:target: https://github.com/python-coincidence/pytest-mypy-plugins-shim/commit/master
8888
:alt: GitHub last commit
8989

9090
.. |maintained| image:: https://img.shields.io/maintenance/yes/2021
@@ -94,8 +94,8 @@ See https://github.com/TypedDjango/pytest-mypy-plugins for the action pytest plu
9494
:target: https://pypi.org/project/pytest-mypy-plugins-shim/
9595
:alt: PyPI - Downloads
9696

97-
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/domdfcoding/pytest-mypy-plugins-shim/master.svg
98-
:target: https://results.pre-commit.ci/latest/github/domdfcoding/pytest-mypy-plugins-shim/master
97+
.. |pre_commit_ci| image:: https://results.pre-commit.ci/badge/github/python-coincidence/pytest-mypy-plugins-shim/master.svg
98+
:target: https://results.pre-commit.ci/latest/github/python-coincidence/pytest-mypy-plugins-shim/master
9999
:alt: pre-commit.ci status
100100

101101
.. end shields

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ dynamic = [ "requires-python", "classifiers", "dependencies",]
1313
1414
name = "Dominic Davis-Foster"
1515

16-
[tool.importcheck]
17-
1816
[project.license]
1917
file = "LICENSE"
2018

2119
[project.urls]
22-
Homepage = "https://github.com/domdfcoding/pytest-mypy-plugins-shim"
23-
"Issue Tracker" = "https://github.com/domdfcoding/pytest-mypy-plugins-shim/issues"
24-
"Source Code" = "https://github.com/domdfcoding/pytest-mypy-plugins-shim"
20+
Homepage = "https://github.com/python-coincidence/pytest-mypy-plugins-shim"
21+
"Issue Tracker" = "https://github.com/python-coincidence/pytest-mypy-plugins-shim/issues"
22+
"Source Code" = "https://github.com/python-coincidence/pytest-mypy-plugins-shim"
23+
24+
[tool.importcheck]
2525

2626
[project.entry-points.pytest11]
2727
pytest-mypy-plugins-shim = "pytest_mypy_plugins_shim"

repo_helper.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ modname: 'pytest-mypy-plugins-shim'
44
copyright_years: '2021'
55
author: 'Dominic Davis-Foster'
66
7-
username: 'domdfcoding'
7+
username: 'python-coincidence'
8+
assignee: 'domdfcoding'
89
version: '0.1.0'
910
license: 'MIT'
1011
short_desc: 'Substitute for "pytest-mypy-plugins" for Python implementations which

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ keywords =
1515
long_description = file: README.rst
1616
long_description_content_type = text/x-rst
1717
platforms = Windows, macOS, Linux
18-
url = https://github.com/domdfcoding/pytest-mypy-plugins-shim
18+
url = https://github.com/python-coincidence/pytest-mypy-plugins-shim
1919
project_urls =
20-
Issue Tracker = https://github.com/domdfcoding/pytest-mypy-plugins-shim/issues
21-
Source Code = https://github.com/domdfcoding/pytest-mypy-plugins-shim
20+
Issue Tracker = https://github.com/python-coincidence/pytest-mypy-plugins-shim/issues
21+
Source Code = https://github.com/python-coincidence/pytest-mypy-plugins-shim
2222
classifiers =
2323
License :: OSI Approved :: MIT License
2424
Operating System :: OS Independent

0 commit comments

Comments
 (0)