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/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/psf/black: 23.9.1 → 24.1.1](psf/black@23.9.1...24.1.1)
- [github.com/mwouts/jupytext: v1.15.2 → v1.16.1](mwouts/jupytext@v1.15.2...v1.16.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 29, 2024
1 parent 6dd6de3 commit 0e11ea5
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
Expand Up @@ -14,15 +14,15 @@ repos:
exclude: docs/tutorials

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.2"
hooks:
- id: isort
args: []
additional_dependencies: [toml]
exclude: docs/tutorials

- repo: https://github.com/psf/black
rev: "23.9.1"
rev: "24.1.1"
hooks:
- id: black

Expand All @@ -32,7 +32,7 @@ repos:
- id: black_nbconvert

- repo: https://github.com/mwouts/jupytext
rev: v1.15.2
rev: v1.16.1
hooks:
- id: jupytext
files: |
Expand Down

0 comments on commit 0e11ea5

Please sign in to comment.