Skip to content

Commit 27f39ef

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

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: v2.38.2
15+
rev: v3.0.0
1616
hooks:
1717
- id: pyupgrade
1818
args: ["--py37-plus"]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/psf/black
28-
rev: 22.8.0
28+
rev: 22.10.0
2929
hooks:
3030
- id: black
3131
args: [--safe]
@@ -56,7 +56,7 @@ repos:
5656
- flake8-noqa==1.2.9
5757
- pep8-naming==0.13.2
5858
- repo: https://github.com/pre-commit/mirrors-prettier
59-
rev: "v2.7.1"
59+
rev: "v3.0.0-alpha.1"
6060
hooks:
6161
- id: prettier
6262
additional_dependencies:

0 commit comments

Comments
 (0)