Skip to content

Commit 5a39bbb

Browse files
pre-commit-ci[bot]jugmac00
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](asottile/pyupgrade@v2.29.0...v2.29.1) - [github.com/psf/black: 21.10b0 → 21.11b1](psf/black@21.10b0...21.11b1) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.0](adamchainz/blacken-docs@v1.11.0...v1.12.0) - [github.com/asottile/setup-cfg-fmt: v1.19.0 → v1.20.0](asottile/setup-cfg-fmt@v1.19.0...v1.20.0)
1 parent a6c8fab commit 5a39bbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
args: [ "--py36-plus" ]
@@ -21,12 +21,12 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 21.10b0
24+
rev: 21.11b1
2525
hooks:
2626
- id: black
2727
args: [ --safe ]
2828
- repo: https://github.com/asottile/blacken-docs
29-
rev: v1.11.0
29+
rev: v1.12.0
3030
hooks:
3131
- id: blacken-docs
3232
additional_dependencies: [ black==21.9b0 ]
@@ -40,7 +40,7 @@ repos:
4040
- id: tox-ini-fmt
4141
args: [ "-p", "fix_lint" ]
4242
- repo: https://github.com/asottile/setup-cfg-fmt
43-
rev: v1.19.0
43+
rev: v1.20.0
4444
hooks:
4545
- id: setup-cfg-fmt
4646
args: [ --min-py3-version, "3.6", "--max-py-version", "3.10" ]

0 commit comments

Comments
 (0)