Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#424)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/nbQA-dev/nbQA: 1.7.1 → 1.8.4](nbQA-dev/nbQA@1.7.1...1.8.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Mar 23, 2024
1 parent 3b4bab7 commit 9e566fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
hooks:
- id: flake8
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.1
rev: 1.8.4
hooks:
- id: nbqa-black
additional_dependencies: [black]
Expand Down

0 comments on commit 9e566fc

Please sign in to comment.