From 878714bca924862582a3d11679776c1564fa0b84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:54:10 +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: - https://github.com/python/black → https://github.com/psf/black - [github.com/psf/black: 19.10b0 → 25.1.0](https://github.com/psf/black/compare/19.10b0...25.1.0) - [github.com/pre-commit/pre-commit-hooks: v2.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.4.0...v5.0.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.7.9 → 7.2.0](https://github.com/PyCQA/flake8/compare/3.7.9...7.2.0) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.37.1) --- .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 cefff9b..e927e97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ --- repos: - - repo: https://github.com/python/black - rev: 19.10b0 + - repo: https://github.com/psf/black + rev: 25.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,14 +17,14 @@ repos: - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 + - repo: https://github.com/PyCQA/flake8 + rev: 7.2.0 hooks: - id: flake8 additional_dependencies: - flake8-black - repo: https://github.com/adrienverge/yamllint.git - rev: v1.20.0 + rev: v1.37.1 hooks: - id: yamllint files: \.(yaml|yml)$ From bd4633b9ac1f098b6e106a218bca3a3026d84be9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 16:57:17 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scheme8/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scheme8/__main__.py b/scheme8/__main__.py index 5c3d9d5..c86c31c 100644 --- a/scheme8/__main__.py +++ b/scheme8/__main__.py @@ -9,8 +9,7 @@ def main(): - """Scheme8 Linter - """ + """Scheme8 Linter""" parser = argparse.ArgumentParser(prog="scheme8") parser.add_argument( "--version",