Skip to content

Commit 6b02335

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/psf/black: 23.12.1 → 24.4.2](psf/black@23.12.1...24.4.2) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](asottile/pyupgrade@v3.15.0...v3.17.0)
1 parent 2e2f1b2 commit 6b02335

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,24 +1,24 @@
11
exclude: ^tests/fixtures/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-yaml
77
- id: debug-statements
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/asottile/reorder-python-imports
11-
rev: v3.12.0
11+
rev: v3.13.0
1212
hooks:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py37-plus]
1515
- repo: https://github.com/psf/black
16-
rev: 23.12.1
16+
rev: 24.4.2
1717
hooks:
1818
- id: black
1919
args: [--line-length=79]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.15.0
21+
rev: v3.17.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]

0 commit comments

Comments
 (0)