Skip to content

Commit 5ba2a01

Browse files
[pre-commit.ci] pre-commit autoupdate (#2190)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5657a14 commit 5ba2a01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.24.0
17+
rev: v2.25.0
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/PyCQA/isort
2121
rev: 5.9.3
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 21.7b0
25+
rev: 21.8b0
2626
hooks:
2727
- id: black
2828
args:
2929
- --safe
3030
language_version: python3.8
3131
- repo: https://github.com/asottile/blacken-docs
32-
rev: v1.10.0
32+
rev: v1.11.0
3333
hooks:
3434
- id: blacken-docs
3535
additional_dependencies:

0 commit comments

Comments
 (0)