Skip to content

Commit

Permalink
Bump black in linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jun 18, 2021
1 parent 8434377 commit 204e7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repos:
exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md

- repo: https://github.com/psf/black
rev: 21.5b2
rev: 21.6b0
hooks:
- id: black
language_version: python3.8
Expand All @@ -15,7 +15,7 @@ repos:
rev: v1.10.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
additional_dependencies: [black==21.6b0]

- repo: https://github.com/PyCQA/isort
rev: 5.8.0
Expand Down

0 comments on commit 204e7d6

Please sign in to comment.