Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Jan 16, 2025
2 parents 269f9c7 + 9600f2a commit d89d067
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: check-docstring-first

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
rev: v0.9.1
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
Expand All @@ -33,13 +33,13 @@ repos:
- id: nbstripout

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
args: [--config-file, .mypy.ini, --ignore-missing-imports]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: "0.29.4"
rev: "0.31.0"
hooks:
- id: check-github-workflows
- id: check-readthedocs
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.3.1

> 📅 **Date** 2025-1-16
- 🔧 Upgrade:
- `mkdocs` to 1.6.1
- `nbconvert` to 7.16.5
- hooks in pre-commit

- 🔨: Remove unused packages in `requirements.txt` and `pyproject.toml`

## v0.3

> 📅 **Date** 2024-4-7
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
exclude .*
exclude mkdocs.yml
exclude requirements.txt
exclude *.requirements.txt
exclude codecov.yml

Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ classifiers = [
"Topic :: Documentation",
"Intended Audience :: Developers",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = ["version"]

Expand All @@ -57,8 +50,3 @@ where = ["src"]

[tool.setuptools_scm]
write_to = "src/mkdocs_nbconvert/_version.py"

[tool.black]
line-length = 128
[tool.isort]
profile = "black"
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ matplotlib
requests

# CI tools
build
pre-commit
ruff
mypy

0 comments on commit d89d067

Please sign in to comment.