Skip to content

Commit

Permalink
MAINT: remove outdated module docstring (#5)
Browse files Browse the repository at this point in the history
* FIX: remove Gitpod badge
* MAINT: remove redundant mypy overrides
  • Loading branch information
redeboer authored Dec 4, 2023
1 parent a2a47fc commit 30a6b7c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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)!
15 changes: 1 addition & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -203,6 +189,7 @@ ignore = [
"D101",
"D102",
"D103",
"D104",
"D105",
"D107",
"D203",
Expand Down
2 changes: 0 additions & 2 deletions src/sphinx_api_relink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Link to PDG reviews and listings in Sphinx documentation."""

from __future__ import annotations

import shutil
Expand Down

0 comments on commit 30a6b7c

Please sign in to comment.