Skip to content

Commit e05a4dc

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.29.0
15+
rev: v2.29.1
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.9.3
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 21.10b0
23+
rev: 21.12b0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/asottile/blacken-docs
27-
rev: v1.11.0
27+
rev: v1.12.0
2828
hooks:
2929
- id: blacken-docs
3030
additional_dependencies: [ black==21.6b0 ]
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: rst-backticks
3535
- repo: https://github.com/asottile/setup-cfg-fmt
36-
rev: v1.19.0
36+
rev: v1.20.0
3737
hooks:
3838
- id: setup-cfg-fmt
3939
args: [--min-py3-version, "3.6", "--max-py-version", "3.10"]

0 commit comments

Comments
 (0)