WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 93bdd76

Browse files
authored
Merge pull request #59 from asmeurer/1.5.1-release
Prepare for 1.5.1
2 parents cb92106 + d26fd4c commit 93bdd76

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-case-conflict
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.3.2"
22+
rev: "v0.5.7"
2323
hooks:
2424
- id: ruff
2525
args: ["--fix", "--show-fixes"]
@@ -37,7 +37,7 @@ repos:
3737
# - packaging
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.2.6
40+
rev: v2.3.0
4141
hooks:
4242
- id: codespell
4343

@@ -49,7 +49,7 @@ repos:
4949
exclude: assets/js/webapp\.js
5050

5151
- repo: https://github.com/asottile/blacken-docs
52-
rev: 1.16.0
52+
rev: 1.18.0
5353
hooks:
5454
- id: blacken-docs
5555
args: ["-E"]

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 1.5.1 (2024-08-14)
2+
3+
## Fixes
4+
5+
- Make notebook support and dependencies optional
6+
7+
## Docs
8+
9+
- Valid pre-commit tag in README example
10+
11+
## Maintenance
12+
13+
- Pre commit updates
14+
- pre-commit autoupdate
15+
- Fix pytest config to run doctests
16+
117
# 1.5.0 (2023-09-18)
218

319
## Features

0 commit comments

Comments
 (0)