Skip to content

Commit fe61d01

Browse files
pre-commit-ci[bot]dolfinus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](asottile/pyupgrade@v2.24.0...v2.25.0) - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](adamchainz/blacken-docs@v1.10.0...v1.11.0)
1 parent e9e13e9 commit fe61d01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ repos:
4444
- id: python-no-eval
4545
- id: text-unicode-replacement-char
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v2.24.0
47+
rev: v2.25.0
4848
hooks:
4949
- id: pyupgrade
5050
- repo: https://github.com/psf/black
51-
rev: 21.7b0
51+
rev: 21.8b0
5252
hooks:
5353
- id: black
5454
language_version: python3
5555
- repo: https://github.com/asottile/blacken-docs
56-
rev: v1.10.0
56+
rev: v1.11.0
5757
hooks:
5858
- id: blacken-docs
5959
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)