Skip to content

Commit

Permalink
Merge pull request #245 from ocefpaf/pre-commit
Browse files Browse the repository at this point in the history
Update pre-commits and fix new lints
  • Loading branch information
ocefpaf authored Dec 3, 2024
2 parents 443578a + 83d1e4d commit 2778c01
Show file tree
Hide file tree
Showing 2 changed files with 2,712 additions and 2,007 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.1
hooks:
- id: ruff

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
# mdformat works on the CLI but not as pre-commit yet.
# Use `nbqa mdformat jupyterbook --nbqa-md` to run it locally.
Expand Down
Loading

0 comments on commit 2778c01

Please sign in to comment.