Skip to content

Commit db22e31

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.15.0](asottile/reorder-python-imports@v3.12.0...v3.15.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.20.0](asottile/pyupgrade@v3.15.0...v3.20.0) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0)
1 parent 7431962 commit db22e31

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: .bumpversion.cfg
77
- id: end-of-file-fixer
88

99
- repo: https://github.com/asottile/reorder-python-imports
10-
rev: v3.12.0
10+
rev: v3.15.0
1111
hooks:
1212
- id: reorder-python-imports
1313
args: ["--py38-plus"]
1414

1515
- repo: https://github.com/asottile/add-trailing-comma
16-
rev: v3.1.0
16+
rev: v3.2.0
1717
hooks:
1818
- id: add-trailing-comma
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.20.0
2222
hooks:
2323
- id: pyupgrade
2424

2525
- repo: https://github.com/psf/black
26-
rev: 23.12.1
26+
rev: 25.1.0
2727
hooks:
2828
- id: black
2929
args: [--safe]

0 commit comments

Comments
 (0)