Skip to content

Commit dd4ef81

Browse files
[repo-helper] Configuration Update (#62)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 2a96063 commit dd4ef81

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.6.0
35+
rev: v0.7.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
3939
- --allow-git
4040
- id: check-docstring-first
4141
exclude: ^(doc-source/conf|__pkginfo__|setup|tests/.*)\.py$
4242
- id: bind-requirements
43+
args:
44+
- --python-min
45+
- '3.7'
4346

4447
- repo: https://github.com/python-formate/flake8-dunder-all
4548
rev: v0.5.0
@@ -61,7 +64,7 @@ repos:
6164
- id: rst-inline-touching-normal
6265

6366
- repo: https://github.com/python-formate/pyupgrade
64-
rev: '2e49872'
67+
rev: bbe3007
6568
hooks:
6669
- id: pyupgrade
6770
args:
@@ -80,7 +83,7 @@ repos:
8083
- id: snippet-fmt
8184

8285
- repo: https://github.com/python-formate/formate
83-
rev: v1.2.0
86+
rev: v1.2.1
8487
hooks:
8588
- id: formate
8689
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

doc-source/license.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
License
33
=========
44

5-
``notebook2script`` is licensed under the :choosealicense:`GPL-2.0-only`
5+
``notebook2script`` is licensed under the :choosealicense:`GPL-2.0`
66

7-
.. license-info:: GPL-2.0-only
7+
.. license-info:: GPL-2.0
88

99
.. license::
1010
:py: notebook2script

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ base-classifiers = [
4040
python-versions = [ "3.7", "3.8", "3.9", "3.10",]
4141
python-implementations = [ "CPython",]
4242
platforms = [ "Windows", "macOS", "Linux",]
43-
license-key = "GPL-2.0-only"
43+
license-key = "GPLv2"
4444
additional-files = [ "include notebook2script/isort.cfg", "include notebook2script/style.yapf",]
4545

4646
[tool.sphinx-pyproject]

0 commit comments

Comments
 (0)