Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.7.0 → 24.1.1](psf/black@23.7.0...24.1.1)
- [github.com/nbQA-dev/nbQA: 1.7.0 → 1.7.1](nbQA-dev/nbQA@1.7.0...1.7.1)
- [github.com/mwouts/jupytext: v1.15.1 → v1.16.1](mwouts/jupytext@v1.15.1...v1.16.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 6f2eb44 commit f7cb453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.1.1
hooks:
- id: black-jupyter
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
- id: nbqa-isort
additional_dependencies: [isort==5.6.4]
Expand Down Expand Up @@ -96,7 +96,7 @@ repos:
language: pygrep
types_or: [markdown, rst, jupyter]
- repo: https://github.com/mwouts/jupytext
rev: v1.15.1
rev: v1.16.1
hooks:
- id: jupytext
files: ^examples/.+\.ipynb$
Expand Down

0 comments on commit f7cb453

Please sign in to comment.