Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#276)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
- [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](asottile/pyupgrade@v2.23.0...v2.23.1)
- [github.com/nbQA-dev/nbQA: 1.0.0 → 1.1.0](nbQA-dev/nbQA@1.0.0...1.1.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 Aug 3, 2021
1 parent a19dbbc commit 30560e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -19,12 +19,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort

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

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

0 comments on commit 30560e5

Please sign in to comment.