Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.23.3 → v2.25.0](asottile/pyupgrade@v2.23.3...v2.25.0)
- [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](adamchainz/blacken-docs@v1.10.0...v1.11.0)
- [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 30, 2021
1 parent 2acbb58 commit 274364d
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 @@ -21,20 +21,20 @@ repos:
args: [--autofix, --no-sort-keys]
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.23.3
rev: v2.25.0
hooks:
- id: pyupgrade
args: [
--py36-plus
]
- repo: https://github.com/asottile/blacken-docs
rev: v1.10.0
rev: v1.11.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
files: '(\.md|\.rst)$'
- repo: https://github.com/psf/black
rev: 21.7b0
rev: 21.8b0
hooks:
- id: black
files: '(\.pyi?|wscript)$'
Expand Down

0 comments on commit 274364d

Please sign in to comment.