Skip to content

Commit f15e224

Browse files
committed
remove pip install black
1 parent 9afc693 commit f15e224

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/check_format.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/bin/sh
22
set -e
33

4-
PYTHON_VERSION=$(python -c 'import sys; print(sys.version_info.major)')
5-
pip install -Iv black==25.11.0
6-
74
python -m black --check datadog_lambda/ --diff
85
python -m black --check tests --diff
96

0 commit comments

Comments
 (0)