Skip to content

Commit 276ef55

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1)
1 parent d4d7ac4 commit 276ef55

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.10b0"
14+
rev: "21.11b1"
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.29.0
25+
rev: v2.29.1
2626
hooks:
2727
- id: pyupgrade
2828
args: [--py36-plus]

0 commit comments

Comments
 (0)