Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,17 @@ 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:
- --allow-git
- 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
Expand All @@ -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:
Expand All @@ -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$
Expand Down
4 changes: 2 additions & 2 deletions doc-source/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading