Skip to content

Commit 5fffcf5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 24.2.0](psf/black@23.10.1...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1) - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0)
1 parent b379510 commit 5fffcf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ repos:
1111
- id: requirements-txt-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/psf/black
14-
rev: 23.10.1
14+
rev: 24.2.0
1515
hooks:
1616
- id: black
1717
language_version: python3.11
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.15.0
19+
rev: v3.15.1
2020
hooks:
2121
- id: pyupgrade
2222
args: [--py37-plus, --keep-runtime-typing]
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: add-trailing-comma
3131
- repo: https://github.com/hadialqattan/pycln
32-
rev: v2.3.0
32+
rev: v2.4.0
3333
hooks:
3434
- id: pycln
3535

0 commit comments

Comments
 (0)