diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11e3e7b5..2a089d24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: .*\.ipynb )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: "v0.2.1" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/src/dvclive/live.py b/src/dvclive/live.py index b6f983eb..f2b12fb7 100644 --- a/src/dvclive/live.py +++ b/src/dvclive/live.py @@ -325,7 +325,7 @@ def _init_test(self): ) @property - def dir(self) -> str: # noqa: A003 + def dir(self) -> str: """Location of the directory to store outputs.""" return self._dir