Skip to content

Commit

Permalink
formatting, update ruff in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Sep 24, 2024
1 parent 232cbd5 commit 4151e45
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/test_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from otf_api.api import Otf


Expand Down

0 comments on commit 4151e45

Please sign in to comment.