Skip to content

Commit d4da5bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.29.0 → v2.34.0](asottile/pyupgrade@v2.29.0...v2.34.0) - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/psf/black: 21.9b0 → 22.3.0](psf/black@21.9b0...22.3.0) - [github.com/asottile/setup-cfg-fmt: v1.18.0 → v1.20.1](asottile/setup-cfg-fmt@v1.18.0...v1.20.1)
1 parent e279e1d commit d4da5bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -12,25 +12,25 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.29.0
15+
rev: v2.34.0
1616
hooks:
1717
- id: pyupgrade
1818
name: PyUpgrade 3.8+
1919
args: ["--py38-plus"]
2020
exclude: ^bin/
2121

2222
- repo: https://github.com/PyCQA/isort
23-
rev: 5.9.3
23+
rev: 5.10.1
2424
hooks:
2525
- id: isort
2626
args: [--profile, black]
2727

2828
- repo: https://github.com/psf/black
29-
rev: 21.9b0
29+
rev: 22.3.0
3030
hooks:
3131
- id: black
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v1.18.0
34+
rev: v1.20.1
3535
hooks:
3636
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)