diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba64e4e..956198c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: # files: .pre-commit-config.yaml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.3.0 + rev: v2.3.1 hooks: - id: mypy types: [python] @@ -65,8 +65,8 @@ repos: # ruff config (select/ignore/fixable/target-version) lives in pyproject.toml -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.16.1' +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: 'v0.16.8' hooks: - id: ruff args: ["--fix"] @@ -75,6 +75,6 @@ repos: # basedpyright config (select/ignore/fixable/target-version) lives in pyproject.toml - repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror - rev: 1.39.9 + rev: 1.40.1 hooks: - id: basedpyright