Skip to content

Commit

Permalink
Fix docs build (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 21, 2022
1 parent ecfd9eb commit 8d43e8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.185
rev: v0.0.189
hooks:
- id: ruff
args: ["--fix"]
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(changelog)=

# Changelog

<!-- <START NEW CHANGELOG ENTRY> -->

## 5.7.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies = ["mypy>=0.990"]
test = "mypy --install-types --non-interactive {args:nbformat tests}"

[tool.hatch.envs.lint]
dependencies = ["black[jupyter]==22.10.0", "mdformat>0.7", "ruff==0.0.185"]
dependencies = ["black[jupyter]==22.10.0", "mdformat>0.7", "ruff==0.0.189"]
detached = true
[tool.hatch.envs.lint.scripts]
style = [
Expand Down

0 comments on commit 8d43e8c

Please sign in to comment.