From 4151e45d07c41f22ce1bb8fd4e980e145a522309 Mon Sep 17 00:00:00 2001 From: Jessica Smith <12jessicasmith34@gmail.com> Date: Mon, 23 Sep 2024 23:18:20 -0500 Subject: [PATCH] formatting, update ruff in precommit --- .pre-commit-config.yaml | 2 +- tests/test_api.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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