Skip to content

Commit d99ff26

Browse files
[pre-commit.ci] pre-commit autoupdate (#17)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b9d0915 commit d99ff26

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
@@ -10,15 +10,15 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.21.0
13+
rev: v2.21.2
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/PyCQA/isort
1717
rev: 5.9.2
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 21.6b0
21+
rev: 21.7b0
2222
hooks:
2323
- id: black
2424
args: [--safe]

0 commit comments

Comments
 (0)