Skip to content

Commit 903316e

Browse files
committed
Sync pre-commit hooks
1 parent 6ec063c commit 903316e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ repos:
1515
- id: isort
1616
stages: [pre-commit]
1717
- repo: https://github.com/psf/black
18-
rev: 23.12.1
18+
rev: 25.11.0
1919
hooks:
2020
- id: black
2121
language_version: python3
2222
stages: [pre-commit]
23+
additional_dependencies: ["click"]

0 commit comments

Comments
 (0)