diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e3c297..cf7a7a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: pretty-format-toml args: [--autofix] - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.0.0 hooks: - id: reuse - repo: https://github.com/codespell-project/codespell @@ -23,26 +23,26 @@ repos: hooks: - id: codespell - repo: https://github.com/adamchainz/blacken-docs - rev: "1.19.1" + rev: "1.20.0" hooks: - id: blacken-docs args: [-l 100] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v1.18.2 hooks: - id: mypy files: simweights additional_dependencies: [numpy] exclude: ^contrib/ - repo: https://github.com/pycqa/pylint - rev: v3.3.7 + rev: v3.3.9 hooks: - id: pylint files: simweights exclude: ^contrib/ additional_dependencies: [numpy, pandas] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.7 + rev: v0.13.3 hooks: - id: ruff args: [--fix, --show-fixes] @@ -67,7 +67,7 @@ repos: - id: forbid-crlf - id: forbid-tabs - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-builtin-literals @@ -90,7 +90,7 @@ repos: - id: trailing-whitespace exclude: \.svg$ - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.4.0" hooks: - id: editorconfig-checker alias: ec