diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42837d1..74feefc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.10" + rev: "v0.14.11" hooks: - id: ruff-format - id: ruff diff --git a/pyproject.toml b/pyproject.toml index daea94f..36f4e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,7 @@ lint.ignore = [ "D212", # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible "DOC", # not supported "ISC001", # Conflict with formatter + "RUF067", # `__init__` module should only contain docstrings and re-exports "S104", # Possible binding to all interface ] lint.per-file-ignores."tests/**/*.py" = [