diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf7a7a6..41e1bcb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.21.0 hooks: - id: yamlfmt - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks @@ -15,7 +15,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/fsfe/reuse-tool - rev: v6.0.0 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/codespell-project/codespell @@ -28,21 +28,21 @@ repos: - id: blacken-docs args: [-l 100] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.1 hooks: - id: mypy files: simweights additional_dependencies: [numpy] exclude: ^contrib/ - repo: https://github.com/pycqa/pylint - rev: v3.3.9 + rev: v4.0.4 hooks: - id: pylint files: simweights exclude: ^contrib/ additional_dependencies: [numpy, pandas] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.10 hooks: - id: ruff args: [--fix, --show-fixes] @@ -90,7 +90,7 @@ repos: - id: trailing-whitespace exclude: \.svg$ - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.4.0" + rev: "3.6.0" hooks: - id: editorconfig-checker alias: ec