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/PyCQA/isort: 5.9.2 → 5.9.3](PyCQA/isort@5.9.2...5.9.3)
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](adamchainz/blacken-docs@v1.10.0...v1.11.0)
- [github.com/nbQA-dev/nbQA: 1.0.0 → 1.1.0](nbQA-dev/nbQA@1.0.0...1.1.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 30, 2021
1 parent 10a6cd9 commit 431100f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.9.2
rev: 5.9.3
hooks:
- id: isort
name: isort
Expand All @@ -11,7 +11,7 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black
args:
Expand All @@ -24,7 +24,7 @@ repos:
types: [python]

- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.11.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.7b0]
Expand All @@ -35,7 +35,7 @@ repos:
- id: nbstripout

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.0.0
rev: 1.1.0
hooks:
- id: nbqa-black
args:
Expand Down

0 comments on commit 431100f

Please sign in to comment.