Skip to content

Commit a48d036

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0) - [github.com/psf/black: 23.11.0 → 24.4.2](psf/black@23.11.0...24.4.2)
1 parent 183fc8a commit a48d036

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/adrienverge/yamllint.git
3-
rev: v1.33.0
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.12.0
9+
rev: 5.13.2
1010
hooks:
1111
- id: isort
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.5.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: trailing-whitespace
1717
exclude: .bumpversion.cfg
@@ -25,12 +25,12 @@ repos:
2525
- id: add-trailing-comma
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.15.0
28+
rev: v3.17.0
2929
hooks:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/psf/black
33-
rev: 23.11.0
33+
rev: 24.4.2
3434
hooks:
3535
- id: black
3636
args: ["--safe"]

0 commit comments

Comments
 (0)