Skip to content

Commit

Permalink
ci: Add ignoring rule
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 24, 2024
1 parent 95aeeed commit 050debf
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 @@ -62,6 +62,9 @@ select = ["C90", "D", "E", "F", "I", "W"]
[tool.ruff.lint.pydocstyle]
convention = "pep257"

[tool.doc8]
ignore = ["D000"]

[tool.hatch.metadata]
allow-direct-references = true

Expand Down

0 comments on commit 050debf

Please sign in to comment.