diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03a0130..ccded2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: files: ^(.*\.toml)$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.1 hooks: - id: ruff args: [ --exit-non-zero-on-fix, --fix ] diff --git a/pyproject.toml b/pyproject.toml index 2e4b55f..a8d2971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,6 +82,7 @@ ignore = [ "ANN102", # missing type annotation for cls in classmethod "ANN202", # missing return type for private method "ANN401", # typing.Any usage + "ASYNC109", # Async function definition with a `timeout` parameter "D203", # 1 blank line required before class docstring "D213", # Multi-line docstring summary should start at the second line "E501", # line-length