Skip to content

Commit 709c89e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 24.1.1](psf/black@23.10.1...24.1.1) - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0)
1 parent 705ac9f commit 709c89e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.1.1
1515
hooks:
1616
- id: black
1717
language_version: python3.11
@@ -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)