From c9e4a92a325049a81adbf3281831d75d042e86a7 Mon Sep 17 00:00:00 2001 From: phi Date: Fri, 4 Oct 2024 21:28:41 +0900 Subject: [PATCH] chore: update hooks --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b769d07..c60b06c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - "-a ruff:ruff:v:" - "-a ruff:ruff-format:v:" repo: https://github.com/phi-friday/sync-uv-pre-commit - rev: v0.5.0 + rev: v0.5.1 - hooks: - id: ruff @@ -14,7 +14,7 @@ repos: name: ruff-format args: [--check] repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.6.8 - hooks: - id: pyright @@ -24,4 +24,4 @@ repos: args: - "--pythonpath=.venv/bin/python" repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.379 \ No newline at end of file + rev: v1.1.382 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 41b6e2b..814a58d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = [ [tool.uv] managed = true dev-dependencies = [ - "ruff==0.6.4", + "ruff==0.6.8", "ipykernel>=6.29.0", "pre-commit>=3.5.0", "async_wrapper[uvloop,sqlalchemy,test]",