Skip to content

Commit 13587a3

Browse files
committed
Update PyPI and Black links
1 parent 93a399b commit 13587a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: https://github.com/ambv/black
2+
- repo: https://github.com/psf/black
33
rev: stable
44
hooks:
55
- id: black

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytest-twisted - test twisted code with pytest
99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
1010
:Version: 1.14.3
1111
:Date: 2024-08-21
12-
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
12+
:Download: https://pypi.org/project/pytest-twisted/#files
1313
:Code: https://github.com/pytest-dev/pytest-twisted
1414

1515

@@ -227,18 +227,18 @@ v1.9
227227

228228
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg
229229
:alt: PyPI version
230-
:target: https://pypi.python.org/pypi/pytest-twisted
230+
:target: https://pypi.org/project/pytest-twisted/
231231

232232
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
233233
:alt: Supported Python versions
234-
:target: https://pypi.python.org/pypi/pytest-twisted
234+
:target: https://pypi.org/project/pytest-twisted/
235235

236236
.. |Actions| image:: https://img.shields.io/github/workflow/status/pytest-dev/pytest-twisted/CI/master?logo=GitHub-Actions
237237
:alt: GitHub Actions build status
238238
:target: https://github.com/pytest-dev/pytest-twisted/actions?query=branch%3Amaster
239239

240240
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
241241
:alt: Black code style
242-
:target: https://github.com/ambv/black
242+
:target: https://github.com/psf/black
243243

244244
.. _guide: CONTRIBUTING.rst

0 commit comments

Comments
 (0)