diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68370ea..8bb93b0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,23 +17,23 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/fsfe/reuse-tool - rev: v4.0.3 + rev: v5.0.2 hooks: - id: reuse - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: [numpy] files: src/i3astropy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.8.6 hooks: - id: ruff args: [--fix, --show-fixes] - id: ruff-format - repo: https://github.com/pycqa/pylint - rev: v3.3.1 + rev: v3.3.3 hooks: - id: pylint - repo: https://github.com/codespell-project/codespell @@ -42,7 +42,7 @@ repos: - id: codespell args: [-L, livetime] - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.0" + rev: "1.19.1" hooks: - id: blacken-docs - repo: https://github.com/pre-commit/pygrep-hooks