Skip to content

Commit

Permalink
set pydocstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
  • Loading branch information
nstarman committed Jan 31, 2023
1 parent eccdccf commit ed47e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ exclude= [
"astropy/units/format/ogip_parsetab.py",
]

[tool.ruff.pydocstyle]
convention = "numpy"

[tool.ruff.per-file-ignores]
"__init__.py" = ["E402", "F401", "F403"]
"astropy/coordinates/angle_formats.py" = ["D415"] # The docstrings are regexes.
Expand Down

0 comments on commit ed47e90

Please sign in to comment.