We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6b77d commit 66fa23fCopy full SHA for 66fa23f
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
7
- --py310-plus
8
9
- repo: https://github.com/psf/black
10
- rev: 24.10.0
+ rev: 25.1.0
11
hooks:
12
- id: black
13
language_version: python3
datagrepper/widgets.py
@@ -1,4 +1,4 @@
1
-""" Contains code for producing embeddable widgets """
+"""Contains code for producing embeddable widgets"""
2
3
import flask
4
0 commit comments