Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#9819)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Oct 5, 2021
1 parent 9317fbf commit 9e621b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v2.23.2
rev: v2.29.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -71,20 +71,20 @@ repos:
name: Format imports

- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.9b0
hooks:
- id: black
name: Format code

- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.11.0
hooks:
- id: blacken-docs
args: [ --line-length=120 ]
additional_dependencies: [ black==21.7b0 ]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.8
rev: 0.7.10
hooks:
- id: mdformat
additional_dependencies:
Expand Down

0 comments on commit 9e621b4

Please sign in to comment.