Skip to content

Commit 7605416

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 7a12e60 commit 7605416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.7b0"
17+
rev: "21.8b0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
@@ -23,7 +23,7 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.24.0
26+
rev: v2.25.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]

0 commit comments

Comments
 (0)