Skip to content

Commit 9c140a7

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

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
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.1.0
15+
rev: v3.2.0
1616
hooks:
1717
- id: pyupgrade
1818
args: ["--py36-plus"]
@@ -31,7 +31,7 @@ repos:
3131
- id: blacken-docs
3232
additional_dependencies: [black==22.10]
3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.1.0
34+
rev: v2.2.0
3535
hooks:
3636
- id: setup-cfg-fmt
3737
- repo: https://github.com/tox-dev/tox-ini-fmt
@@ -52,7 +52,7 @@ repos:
5252
- flake8-noqa==1.2.9
5353
- pep8-naming==0.13.2
5454
- repo: https://github.com/pre-commit/mirrors-prettier
55-
rev: "v3.0.0-alpha.3"
55+
rev: "v3.0.0-alpha.4"
5656
hooks:
5757
- id: prettier
5858
additional_dependencies:

0 commit comments

Comments
 (0)