Skip to content

Commit

Permalink
add docstring-code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 12, 2024
1 parent d5c2cce commit 5fa3e4b
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 @@ -186,3 +186,6 @@ ignore = [
"*__init__.py" = ["F401"]
"gene/schemas.py" = ["ANN001", "ANN201", "N805"]
"docs/source/conf.py" = ["D100", "I001", "D103", "ANN201", "ANN001"]

[tool.ruff.format]
docstring-code-format = true

0 comments on commit 5fa3e4b

Please sign in to comment.