diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e1aae5d..8cf1be5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.25.2 + rev: v1.26.1 hooks: - id: zizmor # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.15" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix"] @@ -13,7 +13,7 @@ repos: # Define here once and then reference using YAML anchor exclude: &exclude_dirs ^sunkit_image/(data|extern)/ - repo: https://github.com/PyCQA/isort - rev: 8.0.1 + rev: 9.0.0a3 hooks: - id: isort types: [python] @@ -46,13 +46,13 @@ repos: - id: mixed-line-ending types_or: [python, rst] - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.45.0 + rev: v1.48.0 hooks: - id: typos types_or: [python, rst] exclude: *exclude_dirs - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.20.0" + rev: "v2.1.0" hooks: - id: mypy additional_dependencies: ["types-setuptools"]