Skip to content

Commit 4e60625

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.1](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.1)
1 parent ee34d41 commit 4e60625

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)