Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#284)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
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)
<!--pre-commit.ci end-->
  • Loading branch information
Zeitsperre committed Apr 4, 2023
2 parents f4aecf6 + 89b037b commit 719a740
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 @@ -16,7 +16,7 @@ repos:
exclude: .ipynb|.po|.xml
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -25,11 +25,11 @@ repos:
- id: isort
args: [ '--profile=black' ]
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.1
rev: 1.7.0
hooks:
- id: nbqa-black
args: [ '--target-version=py37' ]
additional_dependencies: [ black==23.1.0 ]
additional_dependencies: [ black==23.3.0 ]
- id: nbqa-pyupgrade
args: [ '--py37-plus' ]
additional_dependencies: [ pyupgrade==v3.3.1 ]
Expand Down

0 comments on commit 719a740

Please sign in to comment.