Skip to content

Commit

Permalink
MAINT: minor spacing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jul 9, 2023
1 parent 96ff7a0 commit 77fb114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# PDG role for Sphinx

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI package](https://badge.fury.io/py/sphinxcontrib-hep-pdgref.svg)](https://pypi.org/project/sphinxcontrib-hep-pdgref)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/sphinxcontrib-hep-pdgref)](https://pypi.org/project/sphinxcontrib-hep-pdgref)
[![BSD 3-Clause license](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
Expand All @@ -14,6 +13,7 @@
[![Spelling checked](https://img.shields.io/badge/cspell-checked-brightgreen.svg)](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![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 package is a
[Sphinx extension](https://www.sphinx-doc.org/en/master/usage/extensions/index.html)
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ target-version = [
'py39',
]

[tool.coverage.run]
branch = true
source = ["src"]


[tool.mypy]
disallow_incomplete_defs = true
disallow_untyped_defs = true
Expand Down Expand Up @@ -82,10 +87,6 @@ reportUnusedImport = true
reportUnusedVariable = true
typeCheckingMode = "strict"

[tool.coverage.run]
branch = true
source = ["src"]

[tool.pytest.ini_options]
addopts = """
--color=yes
Expand Down

0 comments on commit 77fb114

Please sign in to comment.