Skip to content

Commit

Permalink
DEV: Upgrade black 21.6b0 -> 21.7b0
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0)
  • Loading branch information
pre-commit-ci[bot] authored and scottclowe committed Jul 26, 2021
1 parent af2708e commit 5470b48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -11,7 +11,7 @@ repos:
args: ["--profile=black"]

- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args:
Expand All @@ -27,7 +27,7 @@ repos:
rev: v1.10.0
hooks:
- id: blacken-docs
additional_dependencies: [black==21.6b0]
additional_dependencies: [black==21.7b0]

- repo: https://github.com/kynan/nbstripout
rev: 0.5.0
Expand All @@ -39,7 +39,7 @@ repos:
hooks:
- id: nbqa-black
args: [--nbqa-mutate]
additional_dependencies: [black==21.6b0]
additional_dependencies: [black==21.7b0]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
@@ -1,2 +1,2 @@
black==21.6b0; python_version>='3.6'
black==21.7b0; python_version>='3.6'
pre-commit

0 comments on commit 5470b48

Please sign in to comment.