From a72ed4eb113e7957f49e893515c5c6b85c5a4d7f Mon Sep 17 00:00:00 2001 From: phi Date: Fri, 4 Oct 2024 21:18:12 +0900 Subject: [PATCH] chore: update hooks --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1523b8f..c0970e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: name: ruff-format args: [--check] repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.5 + rev: v0.6.8 - hooks: - id: mypy @@ -34,4 +34,4 @@ repos: args: - "--pythonpath=.venv/bin/python" repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.381 + rev: v1.1.382 diff --git a/pyproject.toml b/pyproject.toml index 6029fd0..4c95817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev-dependencies = [ "numpy>=1.24.4", "dask>=2023.5.0", "distributed>=2023.5.0", - "ruff==0.6.5", + "ruff==0.6.8", "pre-commit>=3.5.0", "poethepoet>=0.27.0", "joblib-stubs[mypy-strict]",