Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- http://github.com/pycqa/isort: 5.10.0 β†’ 5.10.1
- [github.com/psf/black: 21.10b0 β†’ 21.11b1](psf/black@21.10b0...21.11b1)
- [github.com/asottile/blacken-docs: v1.11.0 β†’ v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0)
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2021
1 parent 33300b6 commit 8ac2b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ repos:
]

- repo: http://github.com/pycqa/isort
rev: 5.10.0
rev: 5.10.1
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 21.10b0
rev: 21.11b1
hooks:
- id: black
language_version: python3

- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.0
hooks:
- id: blacken-docs
additional_dependencies: [black]
Expand Down

0 comments on commit 8ac2b3c

Please sign in to comment.