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',)