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.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/nbQA-dev/nbQA: 1.6.1 → 1.7.0](nbQA-dev/nbQA@1.6.1...1.7.0)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent 2a2bff3 commit 797958b
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 @@ -31,7 +31,7 @@ repos:
- id: isort
exclude: '(?:extern/.*)'
- repo: https://github.com/psf/black
rev: '23.1.0'
rev: '23.3.0'
hooks:
- id: black
exclude: '(?:extern/.*)'
Expand All @@ -52,7 +52,7 @@ repos:
'flake8-comprehensions==3.8.0',
]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.7.0
hooks:
- id: nbqa-pyupgrade
args:
Expand Down

0 comments on commit 797958b

Please sign in to comment.