Skip to content

Commit b7da215

Browse files
committed
Update version of black which supports python3.14
1 parent 33880a3 commit b7da215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
PYTHON_VERSION=$(python -c 'import sys; print(sys.version_info.major)')
5-
pip install -Iv black==22.3.0
5+
pip install -Iv black==25.11.0
66

77
python -m black --check datadog_lambda/ --diff
88
python -m black --check tests --diff

0 commit comments

Comments
 (0)