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: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0)
- [github.com/nbQA-dev/nbQA: 1.3.1 → 1.4.0](nbQA-dev/nbQA@1.3.1...1.4.0)
  • Loading branch information
pre-commit-ci[bot] authored Jul 18, 2022
1 parent 97024bb commit 09acbc6
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 @@ -28,7 +28,7 @@ repos:
name: isort

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
Expand All @@ -47,7 +47,7 @@ repos:
additional_dependencies: ["toml"]

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.3.1
rev: 1.4.0
hooks:
- id: nbqa-isort
args: [--nbqa-mutate, --nbqa-dont-skip-bad-cells]
Expand Down

0 comments on commit 09acbc6

Please sign in to comment.