Skip to content

Commit

Permalink
DEV: pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-lauer committed Sep 10, 2024
1 parent 29bd9bb commit c1da4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
args: ["--maxkb=100000"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.1
rev: v0.6.4
hooks:
- id: ruff
args: ["--config", "pyproject.toml"]
Expand Down
2 changes: 1 addition & 1 deletion pytao/tao_ctypes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import os
import shutil
import tempfile
from ctypes.util import find_library
import textwrap
from ctypes.util import find_library
from typing import List, Optional, Tuple, Type, Union

import numpy as np
Expand Down

0 comments on commit c1da4a4

Please sign in to comment.