We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afc693 commit f15e224Copy full SHA for f15e224
scripts/check_format.sh
@@ -1,9 +1,6 @@
1
#!/bin/sh
2
set -e
3
4
-PYTHON_VERSION=$(python -c 'import sys; print(sys.version_info.major)')
5
-pip install -Iv black==25.11.0
6
-
7
python -m black --check datadog_lambda/ --diff
8
python -m black --check tests --diff
9
0 commit comments