Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#173)
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 Sep 24, 2024
1 parent c78f25a commit 282fa3c
Show file tree
Hide file tree
Showing 6 changed files with 6 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 @@ -19,7 +19,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.7'
rev: 'v0.6.7'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
1 change: 1 addition & 0 deletions tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os

import pytest

from dvc_render.html import (
HTML,
PAGE_HTML,
Expand Down
1 change: 1 addition & 0 deletions tests/test_image.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import os

import pytest

from dvc_render.image import ImageRenderer

# pylint: disable=missing-function-docstring
Expand Down
1 change: 1 addition & 0 deletions tests/test_markdown.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from dvc_render.markdown import (
PAGE_MARKDOWN,
Markdown,
Expand Down
1 change: 1 addition & 0 deletions tests/test_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os

import pytest

from dvc_render.vega_templates import (
TEMPLATES,
LinearTemplate,
Expand Down
1 change: 1 addition & 0 deletions tests/test_vega.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from typing import Any

import pytest

from dvc_render.vega import OPTIONAL_ANCHOR_RANGES, BadTemplateError, VegaRenderer
from dvc_render.vega_templates import NoFieldInDataError, Template

Expand Down

0 comments on commit 282fa3c

Please sign in to comment.