Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc authored Sep 11, 2024
1 parent 740fe67 commit 72d8c8f
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 @@ -328,6 +328,9 @@ target-version = "py39"
[tool.ruff.lint]
# select all cause we like being suffering
select = ["ALL",
# By enabling a convention for docstrings, ruff automatically ignore some rules that need to be
# added back if we want them.
# https://docs.astral.sh/ruff/faq/#does-ruff-support-numpy-or-google-style-docstrings
# TODO: Augment the numpy convention rules to make sure we add all the params
# Uncomment below D417
"D415",
Expand Down

0 comments on commit 72d8c8f

Please sign in to comment.