Skip to content

Commit 10ec484

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [github.com/hadialqattan/pycln: v2.3.0 → v2.4.0](hadialqattan/pycln@v2.3.0...v2.4.0)
1 parent 001b801 commit 10ec484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: 23.12.1
1515
hooks:
1616
- id: black
1717
language_version: python3.11
@@ -33,7 +33,7 @@ repos:
3333
hooks:
3434
- id: add-trailing-comma
3535
- repo: https://github.com/hadialqattan/pycln
36-
rev: v2.3.0
36+
rev: v2.4.0
3737
hooks:
3838
- id: pycln
3939

0 commit comments

Comments
 (0)