Skip to content

Commit

Permalink
Bump black from 21.5b1 to 21.6b0 (#104)
Browse files Browse the repository at this point in the history
* Bump black from 21.5b1 to 21.6b0

Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.6b0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/commits)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pre-commit black version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fmrsabino <[email protected]>
  • Loading branch information
dependabot[bot] and fmrsabino authored Jun 14, 2021
1 parent 1b972b2 commit dc374fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: isort
args: [ "--profile", "black", "--filter-files" ]
- repo: https://github.com/psf/black
rev: 21.4b2
rev: 21.6b0
hooks:
- id: black
language_version: python3
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
black==21.5b1
black==21.6b0
coverage==5.5
coveralls==3.1.0
factory-boy==3.2.0
Expand Down

0 comments on commit dc374fb

Please sign in to comment.