diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 353f9017..d32c491c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_commit_msg: "chore: auto update by pre-commit hooks" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.8 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index 6d11d23a..6746fff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ ignore = [ "RUF002", # ambiguous-unicode-character-docstring "RUF003", # ambiguous-unicode-character-comment "ASYNC230", # blocking-open-call-in-async-function + "ASYNC240", # blocking-path-method-in-async-function ] [tool.ruff.lint.isort]