We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1fd9d2 + 8be5d52 commit 0b9dd4eCopy full SHA for 0b9dd4e
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
files: ^(.*\.toml)$
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.5.7
+ rev: v0.6.1
28
hooks:
29
- id: ruff
30
args: [ --exit-non-zero-on-fix, --fix ]
pyproject.toml
@@ -82,6 +82,7 @@ ignore = [
82
"ANN102", # missing type annotation for cls in classmethod
83
"ANN202", # missing return type for private method
84
"ANN401", # typing.Any usage
85
+ "ASYNC109", # Async function definition with a `timeout` parameter
86
"D203", # 1 blank line required before class docstring
87
"D213", # Multi-line docstring summary should start at the second line
88
"E501", # line-length
0 commit comments