diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6b34f9..dd4cfd5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.4 + rev: v0.6.7 hooks: - id: ruff language_version: python3 diff --git a/tests/test_api.py b/tests/test_api.py index f9cb7a0..e3c1344 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,4 +1,5 @@ import pytest + from otf_api.api import Otf