From d67e5e0ad88fb3bf30df3cf27effcd2f6ac80f5a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:43:41 +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.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.19.1) - [github.com/pycqa/flake8: 6.0.0 → 7.2.0](https://github.com/pycqa/flake8/compare/6.0.0...7.2.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](https://github.com/PyCQA/isort/compare/5.12.0...6.0.1) - [github.com/psf/black: 22.12.0 → 25.1.0](https://github.com/psf/black/compare/22.12.0...25.1.0) - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.8.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.2.0...v2.8.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 61d0869..68fac5c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.19.1 hooks: - id: pyupgrade name: PyUpgrade 3.7+ @@ -20,22 +20,22 @@ repos: exclude: ^bin/ - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.2.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 6.0.1 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 25.1.0 hooks: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.8.0 hooks: - id: setup-cfg-fmt From 45649773f95ae76b8d05c5163e99949cd94b3e44 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:44:39 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0c76b28..16c551f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,12 +7,10 @@ url = https://github.com/pupil-labs/realtime-python-api author = Pupil Labs GmbH author_email = info@pupil-labs.com license = MIT -license_file = LICENSE license_files = LICENSE classifiers = Development Status :: 5 - Production/Stable Intended Audience :: Developers - License :: OSI Approved :: MIT License Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only project_urls =