From e1fbaa89f6703141afc77275b4476a38f675ce46 Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:48:18 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- .pre-commit-config.yaml | 9 ++++++--- doc-source/license.rst | 4 ++-- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62859e0..12f5a19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/domdfcoding/pre-commit-hooks - rev: v0.6.0 + rev: v0.7.0 hooks: - id: requirements-txt-sorter args: @@ -40,6 +40,9 @@ repos: - id: check-docstring-first exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$ - id: bind-requirements + args: + - --python-min + - '3.7' - repo: https://github.com/python-formate/flake8-dunder-all rev: v0.5.0 @@ -61,7 +64,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/python-formate/pyupgrade - rev: '2e49872' + rev: bbe3007 hooks: - id: pyupgrade args: @@ -80,7 +83,7 @@ repos: - id: snippet-fmt - repo: https://github.com/python-formate/formate - rev: v1.2.0 + rev: v1.2.1 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ diff --git a/doc-source/license.rst b/doc-source/license.rst index 48618ce..b219cb5 100644 --- a/doc-source/license.rst +++ b/doc-source/license.rst @@ -2,9 +2,9 @@ License ========= -``notebook2script`` is licensed under the :choosealicense:`GPL-2.0-only` +``notebook2script`` is licensed under the :choosealicense:`GPL-2.0` -.. license-info:: GPL-2.0-only +.. license-info:: GPL-2.0 .. license:: :py: notebook2script diff --git a/pyproject.toml b/pyproject.toml index 64ff86d..ca9329e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ base-classifiers = [ python-versions = [ "3.7", "3.8", "3.9", "3.10",] python-implementations = [ "CPython",] platforms = [ "Windows", "macOS", "Linux",] -license-key = "GPL-2.0-only" +license-key = "GPLv2" additional-files = [ "include notebook2script/isort.cfg", "include notebook2script/style.yapf",] [tool.sphinx-pyproject]