From 996270b69716e09a5db610a4d62766f0f4c1e410 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:16:18 +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/pre-commit/pre-commit-hooks: v3.2.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v6.0.0) - [github.com/PyCQA/isort.git: 5.5.3 → 7.0.0](https://github.com/PyCQA/isort.git/compare/5.5.3...7.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 20.8b1 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/20.8b1...25.12.0) - [github.com/PyCQA/flake8: 3.8.3 → 7.3.0](https://github.com/PyCQA/flake8/compare/3.8.3...7.3.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5042c8f..8b934da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: # Syntax check - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v6.0.0 hooks: - id: check-ast - id: check-yaml @@ -12,13 +12,13 @@ repos: # Automatically sort imports - repo: https://github.com/PyCQA/isort.git - rev: 5.5.3 + rev: 7.0.0 hooks: - id: isort # Automatic source code formatting -- repo: https://github.com/psf/black - rev: 20.8b1 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black args: [--safe, --quiet] @@ -27,7 +27,7 @@ repos: # Static code analysis - repo: https://github.com/PyCQA/flake8 - rev: 3.8.3 + rev: 7.3.0 hooks: - id: flake8 args: ['--max-line-length=88', '--select=E401,E711,E712,E713,E714,E721,E722,E901,F401,F402,F403,F405,F631,F632,F633,F811,F812,F821,F822,F841,F901,W191,W291,W292,W293,W602,W603,W604,W605,W606'] From 03a57fa464f2c5ce6aecaefd5c9de710aaa528a1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:16:27 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_package_is_installed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_package_is_installed.py b/tests/test_package_is_installed.py index 482f356..393ff0b 100644 --- a/tests/test_package_is_installed.py +++ b/tests/test_package_is_installed.py @@ -1,3 +1,4 @@ def test_package_is_installed(): import fp3 + assert fp3.__version__