Skip to content

Commit b1b68ec

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

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
@@ -10,20 +10,20 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.29.0
13+
rev: v2.29.1
1414
hooks:
1515
- id: pyupgrade
1616
- repo: https://github.com/PyCQA/isort
1717
rev: 5.10.1
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black
21-
rev: 21.10b0
21+
rev: 21.12b0
2222
hooks:
2323
- id: black
2424
args: [--safe]
2525
- repo: https://github.com/asottile/setup-cfg-fmt
26-
rev: v1.19.0
26+
rev: v1.20.0
2727
hooks:
2828
- id: setup-cfg-fmt
2929
args: ["--max-py-version", "3.10"]

0 commit comments

Comments
 (0)