File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
4747.. code-block :: yaml
4848
4949 repos :
50- - repo : https://github.com/sirosen /dependency-groups
50+ - repo : https://github.com/pypa /dependency-groups
5151 rev : 1.3.0
5252 hooks :
5353 - id : lint-dependency-groups
Original file line number Diff line number Diff line change 1919 "python" : ("https://docs.python.org/3" , None ),
2020}
2121
22- issues_github_path = "sirosen /dependency-groups"
22+ issues_github_path = "pypa /dependency-groups"
2323
2424# List of patterns, relative to source directory, that match files and
2525# directories to ignore when looking for source files.
3131pygments_style = "friendly"
3232pygments_dark_style = "monokai" # this is a furo-specific option
3333html_theme_options = {
34- "source_repository" : "https://github.com/sirosen /dependency-groups/" ,
34+ "source_repository" : "https://github.com/pypa /dependency-groups/" ,
3535 "source_branch" : "main" ,
3636 "source_directory" : "docs/" ,
3737}
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Dependency Groups
66An implementation of Dependency Groups (`PEP 735 <https://peps.python.org/pep-0735/ >`_).
77
88The source code is hosted in `a GitHub repo
9- <https://github.com/sirosen /dependency-groups/> `_, and bugs and
9+ <https://github.com/pypa /dependency-groups/> `_, and bugs and
1010features are tracked in the associated `issue tracker
11- <https://github.com/sirosen /dependency-groups/issues/> `_.
11+ <https://github.com/pypa /dependency-groups/issues/> `_.
1212
1313.. toctree ::
1414 :maxdepth: 2
Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ dependency-groups = "dependency_groups.__main__:main"
4949cli = [" tomli; python_version<'3.11'" ]
5050
5151[project .urls ]
52- source = " https://github.com/sirosen /dependency-groups"
53- changelog = " https://github.com/sirosen /dependency-groups/blob/main/CHANGELOG.rst"
52+ source = " https://github.com/pypa /dependency-groups"
53+ changelog = " https://github.com/pypa /dependency-groups/blob/main/CHANGELOG.rst"
5454documentation = " https://dependency-groups.readthedocs.io/"
5555
5656
You can’t perform that action at this time.
0 commit comments