From 30a6b7c9e07dfae9f5c9335a217fa47aa47b2dd5 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:33:38 +0100 Subject: [PATCH] MAINT: remove outdated module docstring (#5) * FIX: remove Gitpod badge * MAINT: remove redundant mypy overrides --- CONTRIBUTING.md | 5 +---- pyproject.toml | 15 +-------------- src/sphinx_api_relink/__init__.py | 2 -- 3 files changed, 2 insertions(+), 20 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4998329..1ba5bdd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,5 @@ # How to contribute? [![Open in Visual Studio Code](https://img.shields.io/badge/vscode-open-blue?logo=visualstudiocode)](https://open.vscode.dev/ComPWA/sphinx-api-relink) -[![GitPod](https://img.shields.io/badge/gitpod-open-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ComPWA/sphinx-api-relink) -This package is part of the [ComPWA Organization](https://github.com/ComPWA). For more -information about how to contribute to the packages, go to -[compwa-org.rtfd.io/en/stable/develop.html](https://compwa-org.readthedocs.io/en/stable/develop.html)! +This package is part of the [ComPWA Organization](https://github.com/ComPWA). For more information about how to contribute to the packages, go to [compwa-org.rtfd.io/en/stable/develop.html](https://compwa-org.readthedocs.io/en/stable/develop.html)! diff --git a/pyproject.toml b/pyproject.toml index 4ef8005..d9b430e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,20 +126,6 @@ files = [ show_error_codes = true warn_unused_configs = true -[[tool.mypy.overrides]] -check_untyped_defs = true -disallow_incomplete_defs = false -disallow_untyped_defs = false -module = ["tests.*"] - -[[tool.mypy.overrides]] -ignore_errors = true -module = ["typings.*"] - -[[tool.mypy.overrides]] -ignore_missing_imports = true -module = ["pyquery.*"] - [tool.pyright] exclude = [ "**/.git", @@ -203,6 +189,7 @@ ignore = [ "D101", "D102", "D103", + "D104", "D105", "D107", "D203", diff --git a/src/sphinx_api_relink/__init__.py b/src/sphinx_api_relink/__init__.py index 837dd5d..166659b 100644 --- a/src/sphinx_api_relink/__init__.py +++ b/src/sphinx_api_relink/__init__.py @@ -1,5 +1,3 @@ -"""Link to PDG reviews and listings in Sphinx documentation.""" - from __future__ import annotations import shutil