diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3674570..e835f7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,12 +12,12 @@ repos: - id: black - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.15.0' # Use the sha / tag you want to point at + rev: 'v1.16.0' # Use the sha / tag you want to point at hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.9.9' + rev: 'v0.11.12' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]