Skip to content

Commit

Permalink
FIX: remove en/stable from compwa-org URL (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 13, 2024
1 parent 4bbcb93 commit a7f1507
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

This repository sets the policies for developer environment in repositories if the [ComPWA organization](https://github.com/ComPWA) (See our [Help developing](https://compwa-org.readthedocs.io/en/stable/develop.html) page). The policies are automatically enforced through [pre-commit](https://pre-commit.com).
This repository sets the policies for developer environment in repositories if the [ComPWA organization](https://github.com/ComPWA) (See our [Help developing](https://compwa-org.readthedocs.io/develop.html) page). The policies are automatically enforced through [pre-commit](https://pre-commit.com).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ check-dev-files
API <api/compwa_policy>
Changelog <https://github.com/ComPWA/policy/releases>
Upcoming features <https://github.com/ComPWA/policy/milestones?direction=asc&sort=title&state=open>
Help developing <https://compwa-org.rtfd.io/en/stable/develop.html>
Help developing <https://compwa-org.rtfd.io/develop.html>
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"PyYAML",
"attrs >=20.1.0", # https://www.attrs.org/en/stable/changelog.html#id82
"attrs >=20.1.0", # https://www.attrs.org/changelog.html#id82
"html2text",
"ini2toml",
"nbformat",
Expand Down
4 changes: 2 additions & 2 deletions typings/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Stubs for external libraries

To speed up linting and code navigation, it's often useful to generate
[stub files](https://mypy.readthedocs.io/en/stable/stubs.html) (`.pyi` files) for the
[stub files](https://mypy.readthedocs.io/stubs.html) (`.pyi` files) for the
external libraries. You can do this using
[`stubgen`](https://mypy.readthedocs.io/en/stable/stubgen.html). For instance:
[`stubgen`](https://mypy.readthedocs.io/stubgen.html). For instance:

```shell
stubgen -p sympy -o typings
Expand Down

0 comments on commit a7f1507

Please sign in to comment.