From 00a10993482752fd4e8eafc2df6a293255dfd449 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:06:17 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#510) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.0...v0.8.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- src/snapred/resources/ultralite/create_ultralite_data.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 012796355..46a5eee4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace exclude: "tests/cis_tests/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/src/snapred/resources/ultralite/create_ultralite_data.py b/src/snapred/resources/ultralite/create_ultralite_data.py index 21f427938..b48a9f74c 100644 --- a/src/snapred/resources/ultralite/create_ultralite_data.py +++ b/src/snapred/resources/ultralite/create_ultralite_data.py @@ -1,6 +1,7 @@ # import mantid algorithms, numpy and matplotlib from mantid.simpleapi import * + from snapred.backend.dao.ingredients.GroceryListItem import GroceryListItem from snapred.backend.data.DataFactoryService import DataFactoryService from snapred.backend.data.GroceryService import GroceryService