Skip to content

Commit 0b9dd4e

Browse files
authored
Merge pull request #82 from praw-dev/update/pre-commit-hooks
Update pre-commit hooks
2 parents a1fd9d2 + 8be5d52 commit 0b9dd4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.5.7
27+
rev: v0.6.1
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ ignore = [
8282
"ANN102", # missing type annotation for cls in classmethod
8383
"ANN202", # missing return type for private method
8484
"ANN401", # typing.Any usage
85+
"ASYNC109", # Async function definition with a `timeout` parameter
8586
"D203", # 1 blank line required before class docstring
8687
"D213", # Multi-line docstring summary should start at the second line
8788
"E501", # line-length

0 commit comments

Comments
 (0)