Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jun 27, 2024
1 parent d0679aa commit ad32c50
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,12 @@ lines-between-types = 0

[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401", "E402", "F403", "F405", "E501", "I001"]
# Ignore pydocstyle in `tests/**.py` directory.
"tests/**.py" = ["D"]
"errors.py" = ["D105"]
"tests/**.py" = ["D", "W505"]

[tool.ruff.lint.pydocstyle]
convention = "google"
convention = "google"

[tool.ruff.lint.pycodestyle]
max-doc-length = 100
max-line-length = 100

0 comments on commit ad32c50

Please sign in to comment.