From 15890350b48c33e2787362b1b64740d0da623574 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:42:47 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#1678) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 8a6e82ddf55c9048d1f7d20c11ac0369f1c29d4f) --- .pre-commit-config.yaml | 4 ++-- airgun/views/common.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 896dcc98b..aea959731 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ ci: repos: - repo: https://github.com/psf/black - rev: 24.10.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.9.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/airgun/views/common.py b/airgun/views/common.py index 355a51e11..2acaca6e1 100644 --- a/airgun/views/common.py +++ b/airgun/views/common.py @@ -326,6 +326,7 @@ class PF4LCECheckSelectorGroup(PF4LCESelectorGroup): class PF4LCEGroup(ParametrizedLocator): "Group of LCE indicators" + ROOT = './/td and ' PARAMETERS = ('lce_name',)