From c1da4a44cb22639bd2da989432be30f2b1ef6184 Mon Sep 17 00:00:00 2001 From: Ken Lauer <152229072+ken-lauer@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:26:20 -0700 Subject: [PATCH] DEV: pre-commit autoupdate --- .pre-commit-config.yaml | 2 +- pytao/tao_ctypes/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1e5b67e1..6df03f88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"] diff --git a/pytao/tao_ctypes/core.py b/pytao/tao_ctypes/core.py index 7ca65a9b..7066548e 100644 --- a/pytao/tao_ctypes/core.py +++ b/pytao/tao_ctypes/core.py @@ -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