Skip to content

Commit 21c34bb

Browse files
committed
Update pre-config hooks
1 parent 174f313 commit 21c34bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ 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
22-
exclude: 'trepan/version.py'
2322
stages: [pre-commit]
23+
additional_dependencies: ["click"]
24+
exclude: 'trepan/version.py'

0 commit comments

Comments
 (0)