diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37afdf49..761e6a71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: pretty-format-json args: [--no-sort-keys, --autofix, --no-ensure-ascii] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] diff --git a/pyproject.toml b/pyproject.toml index 6e00e38d..c59ae245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ version = "2025.0" ignore = [ "ANN", # TODO: missing type annotations "COM", # CONFIG: No trailing commas + "CPY001", # TODO: missing copyright "D", # TODO: missing documentation "D203", # CONFIG: incompatible with D211 "D212", # CONFIG: incompatible with D213