[tool.ruff.lint.pydocstyle]
convention = "google"
|
# TODO unify linting across whole python code |
|
# [tool.ruff.lint.pydocstyle] |
|
# convention = "google" |
"RUF", # Ruff-specific rules
]
# TODO unify linting across whole python code
# [tool.ruff.lint.pydocstyle]
# convention = "google"
[tool.pytest.ini_options]
markers = [
"skip_coverage: skip coverage for this test"
[tool.ruff.lint.pydocstyle]
convention = "google"
goodmap/pyproject.toml
Lines 94 to 96 in e666c3e