From e93de2cee8286ef42c0c2005ee279d6c23f467c8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:48:20 +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: v4.1.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v5.0.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.6.0 → v2.3.2](https://github.com/hhatto/autopep8/compare/v1.6.0...v2.3.2) - [github.com/asottile/setup-cfg-fmt: v1.20.0 → v2.8.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.0...v2.8.0) - [github.com/asottile/pyupgrade: v2.31.0 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v2.31.0...v3.20.0) - [github.com/pycqa/flake8: 4.0.1 → 7.2.0](https://github.com/pycqa/flake8/compare/4.0.1...7.2.0) --- .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 8edac13..8cd3f07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,27 +1,27 @@ exclude: ^.*_data/.*$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.1.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: debug-statements - id: name-tests-test -- repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 +- repo: https://github.com/hhatto/autopep8 + rev: v2.3.2 hooks: - id: autopep8 - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v3.20.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.2.0 hooks: - id: flake8 From cc49fb8b097931ecfd917127088605207f41768c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 19:48:26 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.cfg | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9b1f1f8..49f0e1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,16 +12,11 @@ platforms = any classifiers = Development Status :: 1 - Planning Intended Audience :: Developers - License :: OSI Approved :: BSD License Natural Language :: English Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython Topic :: Software Development :: Libraries :: Python Modules @@ -30,7 +25,7 @@ packages = find: install_requires = cached-property lxml>=2.2 -python_requires = >=3.7 +python_requires = >=3.9 [options.packages.find] exclude =