From a7f1507251ade4d0d05e39f86687a8ce3fb98190 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:44:33 +0100 Subject: [PATCH] FIX: remove `en/stable` from `compwa-org` URL (#277) --- README.md | 2 +- docs/index.md | 2 +- pyproject.toml | 2 +- typings/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85624e1e..2b9be9cf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.md b/docs/index.md index f9c0e8e2..21900c98 100644 --- a/docs/index.md +++ b/docs/index.md @@ -47,5 +47,5 @@ check-dev-files API Changelog Upcoming features -Help developing +Help developing ``` diff --git a/pyproject.toml b/pyproject.toml index a7a74a7f..5e1a6012 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/typings/README.md b/typings/README.md index 472914d6..ee6f5c56 100644 --- a/typings/README.md +++ b/typings/README.md @@ -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