Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#170)
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 Aug 16, 2024
1 parent df705ca commit ae0ec8f
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 @@ -19,7 +19,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.2'
rev: 'v0.5.7'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/dvc_render/vega.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def _get_domain(self, varied_keys: list[str], varied_values: dict[str, set]):
domain.sort()
return domain

def _fill_optional_anchor_mapping( # noqa: PLR0913
def _fill_optional_anchor_mapping(
self,
split_anchors: list[str],
optional_anchors: list[str],
Expand Down

0 comments on commit ae0ec8f

Please sign in to comment.