Skip to content

Commit a2ca639

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.35.1) - [github.com/pycqa/isort: 5.10.1 → 6.0.0](PyCQA/isort@5.10.1...6.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/asottile/add-trailing-comma: v2.2.3 → v3.1.0](asottile/add-trailing-comma@v2.2.3...v3.1.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.19.1](asottile/pyupgrade@v2.34.0...v3.19.1) - [github.com/psf/black: 22.6.0 → 24.10.0](psf/black@22.6.0...24.10.0)
1 parent 3f5bb50 commit a2ca639

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
repos:
22
- repo: https://github.com/adrienverge/yamllint.git
3-
rev: v1.26.3
3+
rev: v1.35.1
44
hooks:
55
- id: yamllint
66
args: [-c=.yamllint.yml]
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 5.10.1
9+
rev: 6.0.0
1010
hooks:
1111
- id: isort
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.3.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: trailing-whitespace
1717
- id: end-of-file-fixer
1818
- id: check-added-large-files
1919

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

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

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

0 commit comments

Comments
 (0)