diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a25eac1..17676c99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,20 +28,20 @@ repos: # - id: check-added-large-files # https://pre-commit.com/hooks.html - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.0 hooks: - id: mypy # args: [--ignore-missing-imports] additional_dependencies: ["orjson"] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.7.4 + rev: v0.8.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.1 + rev: v4.1.0 hooks: - id: commitizen stages: [commit-msg] diff --git a/pyproject.toml b/pyproject.toml index 4f4de64e..fd07e02f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -196,7 +196,7 @@ select = [ # "TD", # flake8-todos "T10", # flake8-debugger # "T20", # flake8-print - "TCH", # flake8-type-checking + "TC", # flake8-type-checking "TID", # flake8-tidy-imports "TRY", # tryceratops "UP", # PyUpgrade