Skip to content

Commit b357e5b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.28.0) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.1.0](asottile/pyupgrade@v2.34.0...v3.1.0) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0)
1 parent 3f5bb50 commit b357e5b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/adrienverge/yamllint.git
3-
rev: v1.26.3
3+
rev: v1.28.0
44
hooks:
55
- id: yamllint
66
args: [-c=.yamllint.yml]
@@ -18,17 +18,17 @@ repos:
1818
- id: check-added-large-files
1919

2020
- repo: https://github.com/asottile/add-trailing-comma
21-
rev: v2.2.3
21+
rev: v2.3.0
2222
hooks:
2323
- id: add-trailing-comma
2424

2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.34.0
26+
rev: v3.1.0
2727
hooks:
2828
- id: pyupgrade
2929

3030
- repo: https://github.com/psf/black
31-
rev: 22.6.0
31+
rev: 22.10.0
3232
hooks:
3333
- id: black
3434
args: ["--safe"]

0 commit comments

Comments
 (0)