Skip to content

Commit 66fa23f

Browse files
Update pre-commit hook psf/black to v25 (#734)
* Update pre-commit hook psf/black to v25 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Fix formatting Signed-off-by: Aurélien Bompard <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Aurélien Bompard <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aurélien Bompard <[email protected]>
1 parent cb6b77d commit 66fa23f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- --py310-plus
88

99
- repo: https://github.com/psf/black
10-
rev: 24.10.0
10+
rev: 25.1.0
1111
hooks:
1212
- id: black
1313
language_version: python3

datagrepper/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Contains code for producing embeddable widgets """
1+
"""Contains code for producing embeddable widgets"""
22

33
import flask
44

0 commit comments

Comments
 (0)