diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2284b02..dfceb11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: # export python requirements - repo: https://github.com/pdm-project/pdm - rev: 2.12.3 + rev: 2.16.1 hooks: - id: pdm-export # command arguments, e.g.: @@ -14,20 +14,20 @@ repos: files: ^pdm.lock$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.2.0' + rev: 'v0.5.0' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix, --show-fixes] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.10.1 hooks: - id: mypy