Skip to content

Commit

Permalink
Merge pull request #82 from praw-dev/update/pre-commit-hooks
Browse files Browse the repository at this point in the history
Update pre-commit hooks
  • Loading branch information
LilSpazJoekp committed Aug 21, 2024
2 parents a1fd9d2 + 8be5d52 commit 0b9dd4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b9dd4e

Please sign in to comment.