Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#275)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](asottile/pyupgrade@v2.21.2...v2.23.0)
- [github.com/nbQA-dev/nbQA: 0.13.1 → 1.0.0](nbQA-dev/nbQA@0.13.1...1.0.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jul 26, 2021
1 parent 1eb62de commit a19dbbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -24,7 +24,7 @@ repos:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.21.2
rev: v2.23.0
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand All @@ -36,7 +36,7 @@ repos:

# Notebook formatting
- repo: https://github.com/nbQA-dev/nbQA
rev: 0.13.1
rev: 1.0.0
hooks:
- id: nbqa-black
additional_dependencies: [black==20.8b1]
Expand Down

0 comments on commit a19dbbc

Please sign in to comment.