Skip to content

Commit 165701c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0) - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](asottile/pyupgrade@v2.24.0...v2.25.0)
1 parent 4c0210f commit 165701c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: isort
1313
- repo: https://github.com/psf/black
14-
rev: "21.7b0"
14+
rev: "21.8b0"
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8
@@ -22,7 +22,7 @@ repos:
2222
- flake8-comprehensions
2323
- flake8-bugbear
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v2.24.0
25+
rev: v2.25.0
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]

0 commit comments

Comments
 (0)