Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#676)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Dec 17, 2024
1 parent 1b49393 commit 5c46473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
- id: check-xml
- id: check-symlinks
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.2
rev: v0.8.3
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion strawberry_django/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def get_queryset(
info: Info,
*,
pagination: Optional[OffsetPaginationInput] = None,
_strawberry_related_field_id: Optional[str] = None, # noqa: RUF052
_strawberry_related_field_id: Optional[str] = None,
**kwargs,
) -> _QS:
queryset = super().get_queryset(queryset, info, **kwargs)
Expand Down

0 comments on commit 5c46473

Please sign in to comment.