From 6249f9b2f37f66bed9f3763bc716c94c1721ad3f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:00:22 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/reorder-python-imports: v3.10.0 → v3.16.0](https://github.com/asottile/reorder-python-imports/compare/v3.10.0...v3.16.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...26.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.21.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b28a88..0a9c546 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/asottile/reorder-python-imports - rev: v3.10.0 + rev: v3.16.0 hooks: - id: reorder-python-imports language_version: python3 args: - --application-directories=.:src - - repo: https://github.com/psf/black - rev: 23.7.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black args: [--safe, --quiet, --line-length, "100"] language_version: python3 require_serial: true - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.3.0 hooks: - id: flake8 language_version: python3 @@ -22,7 +22,7 @@ repos: - --max-line-length=100 - --ignore=W503,E203 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: trailing-whitespace language_version: python3 @@ -31,7 +31,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.21.2 hooks: - id: pyupgrade language_version: python3 From 29d287a8e8de34e446ea5596a0fa0ff91d35cd9a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:05:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/conftest.py | 1 - testing/test_descriptionlist.py | 1 - testing/test_drawer.py | 1 - testing/test_radio.py | 1 - testing/test_title.py | 1 - 5 files changed, 5 deletions(-) diff --git a/testing/conftest.py b/testing/conftest.py index 06de9ef..30e347e 100644 --- a/testing/conftest.py +++ b/testing/conftest.py @@ -7,7 +7,6 @@ from wait_for import wait_for from widgetastic.browser import Browser - OPTIONS = {"firefox": webdriver.FirefoxOptions(), "chrome": webdriver.ChromeOptions()} diff --git a/testing/test_descriptionlist.py b/testing/test_descriptionlist.py index cb110bd..7662a53 100644 --- a/testing/test_descriptionlist.py +++ b/testing/test_descriptionlist.py @@ -3,7 +3,6 @@ from widgetastic_patternfly4 import DescriptionList - TESTING_PAGE_URL = "https://patternfly-react-main.surge.sh/components/description-list" diff --git a/testing/test_drawer.py b/testing/test_drawer.py index b8d21df..1e8f9df 100644 --- a/testing/test_drawer.py +++ b/testing/test_drawer.py @@ -5,7 +5,6 @@ from widgetastic_patternfly4 import Drawer from widgetastic_patternfly4.button import Button - TESTING_PAGE_URL = "https://patternfly-react.surge.sh/components/drawer" diff --git a/testing/test_radio.py b/testing/test_radio.py index 30f61f1..8be655c 100644 --- a/testing/test_radio.py +++ b/testing/test_radio.py @@ -3,7 +3,6 @@ from widgetastic_patternfly4 import Radio - TESTING_PAGE_URL = "https://patternfly-react.surge.sh/components/radio" diff --git a/testing/test_title.py b/testing/test_title.py index 2eeaddd..0d817b0 100644 --- a/testing/test_title.py +++ b/testing/test_title.py @@ -2,7 +2,6 @@ from widgetastic_patternfly4 import Title - TESTING_PAGE_URL = "https://patternfly-react.surge.sh/components/title"