diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37afdf4..761e6a7 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 f1fdefa..822b302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ ignore = [ "ARG001", # TODO: Unused function argument "ARG005", # TODO: Unused lambda argument "COM", # CONFIG: No trailing commas + "CPY001", # TODO: missing copyright info on files "D", # TODO: missing documentation "D203", # CONFIG: incompatible with D211 "D212", # CONFIG: incompatible with D213