−pyproject/tool
This commit is contained in:
parent
75628cac57
commit
ce62a934d8
1 changed files with 0 additions and 13 deletions
|
@ -30,16 +30,3 @@ requires-python = ">= 3.11"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "rwx/__init__.py"
|
path = "rwx/__init__.py"
|
||||||
|
|
||||||
[tool.pydoclint]
|
|
||||||
allow-init-docstring = true
|
|
||||||
quiet = true
|
|
||||||
skip-checking-short-docstrings = false
|
|
||||||
style = "sphinx"
|
|
||||||
|
|
||||||
[tool.ruff]
|
|
||||||
line-length = 80
|
|
||||||
|
|
||||||
[tool.ruff.lint]
|
|
||||||
ignore = ["D203", "D213", "COM812", "ISC001"]
|
|
||||||
select = ["ALL"]
|
|
||||||
|
|
Loading…
Reference in a new issue